aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/synscan.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/synscan.rb b/Library/Formula/synscan.rb
index 69a34831e..103f4bb27 100644
--- a/Library/Formula/synscan.rb
+++ b/Library/Formula/synscan.rb
@@ -5,6 +5,13 @@ class Synscan < Formula
url "http://www.digit-labs.org/files/tools/synscan/releases/synscan-5.02.tar.gz"
sha1 "fd2461a9520204682228f942cce075782e0fc21c"
+ bottle do
+ cellar :any
+ sha1 "e09f75a92648543f7b716b1fe032aa7c0e392a2f" => :yosemite
+ sha1 "1f20a172f16c90c75ed182bc69aa11f2008984ae" => :mavericks
+ sha1 "126a969ae17f84535a71333ba1372caca7efabd5" => :mountain_lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}"
system "make", "macos"