aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-31 00:01:52 -0500
committerJack Nagel2014-12-31 00:02:11 -0500
commitc06682385ebe027e071054e02c089c76fd47a463 (patch)
tree2cb1062810fd6a373381551cebd0867350a36e7b /Library
parent03a770128a0cd5b5c499602a70021f8df6eb1798 (diff)
downloadhomebrew-c06682385ebe027e071054e02c089c76fd47a463.tar.bz2
freetype: style updates
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/freetype.rb14
1 files changed, 6 insertions, 8 deletions
diff --git a/Library/Formula/freetype.rb b/Library/Formula/freetype.rb
index d6915e8a0..d6c02c7cc 100644
--- a/Library/Formula/freetype.rb
+++ b/Library/Formula/freetype.rb
@@ -1,9 +1,7 @@
-require 'formula'
-
class Freetype < Formula
- homepage 'http://www.freetype.org'
- url 'https://downloads.sf.net/project/freetype/freetype2/2.5.5/freetype-2.5.5.tar.bz2'
- sha1 '7b7460ef51a8fdb17baae53c6658fc1ad000a1c2'
+ homepage "http://www.freetype.org"
+ url "https://downloads.sf.net/project/freetype/freetype2/2.5.5/freetype-2.5.5.tar.bz2"
+ sha1 "7b7460ef51a8fdb17baae53c6658fc1ad000a1c2"
bottle do
cellar :any
@@ -15,7 +13,7 @@ class Freetype < Formula
keg_only :provided_pre_mountain_lion
option :universal
- option 'without-subpixel', "Disable sub-pixel rendering (a.k.a. LCD rendering, or ClearType)"
+ option "without-subpixel", "Disable sub-pixel rendering (a.k.a. LCD rendering, or ClearType)"
depends_on "libpng"
@@ -33,7 +31,7 @@ class Freetype < Formula
end
test do
- system "#{bin}/freetype-config", '--cflags', '--libs', '--ftversion',
- '--exec-prefix', '--prefix'
+ system "#{bin}/freetype-config", "--cflags", "--libs", "--ftversion",
+ "--exec-prefix", "--prefix"
end
end