aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gocr.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/gocr.rb b/Library/Formula/gocr.rb
index 41429b633..50cad2685 100644
--- a/Library/Formula/gocr.rb
+++ b/Library/Formula/gocr.rb
@@ -5,6 +5,13 @@ class Gocr < Formula
url 'http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-0.50.tar.gz'
sha1 '2018ddf7be1c95dcc12f63f7ac40ad98da06f8a4'
+ bottle do
+ cellar :any
+ sha1 "f230e6056541648f1e0c0a869fbb4a5e1715822d" => :mavericks
+ sha1 "2f07d5b621f299c7faaa992127fc106637a4e90c" => :mountain_lion
+ sha1 "7137e18511cfd756baa7d19e81ce33cd5bdbf8c5" => :lion
+ end
+
option 'with-lib', 'Install library and headers'
depends_on 'netpbm' => :optional