diff options
| author | Adam Vandenberg | 2012-02-13 21:44:47 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-13 21:53:07 -0800 |
| commit | e35b808f89fef4e31aeb2801406c60dc010af4bf (patch) | |
| tree | 283450e7997cd872e0ebbfdccf17a532b3547c32 | |
| parent | c58f66e304d4ab580fa36e70fd3df760ec43f224 (diff) | |
| download | homebrew-e35b808f89fef4e31aeb2801406c60dc010af4bf.tar.bz2 | |
jbig2enc: style update
| -rw-r--r-- | Library/Formula/jbig2enc.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/jbig2enc.rb b/Library/Formula/jbig2enc.rb index 15f2ec460..ed0138ffc 100644 --- a/Library/Formula/jbig2enc.rb +++ b/Library/Formula/jbig2enc.rb @@ -1,8 +1,9 @@ require 'formula' class Jbig2enc < Formula - url 'https://github.com/agl/jbig2enc.git', :using => :git, :tag => '17b36fad1e64a378f11eb934e8ca25f4b0008a4f' homepage 'https://github.com/agl/jbig2enc' + url 'https://github.com/agl/jbig2enc.git', :using => :git, + :tag => '17b36fad1e64a378f11eb934e8ca25f4b0008a4f' version '0.27-17b36fa' depends_on 'leptonica' @@ -19,8 +20,8 @@ class Jbig2enc < Formula def install system "make" - bin.install ['jbig2', 'pdf.py'] - lib.install ['libjbig2enc.a'] + bin.install 'jbig2', 'pdf.py' + lib.install 'libjbig2enc.a' end end |
