aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/clib.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/clib.rb b/Library/Formula/clib.rb
index a634e4446..a6cd83c22 100644
--- a/Library/Formula/clib.rb
+++ b/Library/Formula/clib.rb
@@ -5,6 +5,13 @@ class Clib < Formula
url "https://github.com/clibs/clib/archive/1.0.0.tar.gz"
sha1 "d840b4259190e1b3ce6cc0970f3e9f659226b9d3"
+ bottle do
+ cellar :any
+ sha1 "b533a51036f0013496bf8ca8a5039d0a705436f9" => :mavericks
+ sha1 "26d64bc906d6487f1009917f19deb7ad859ccb36" => :mountain_lion
+ sha1 "c963615301797d63ca65e927432173a5fbb33d24" => :lion
+ end
+
def install
ENV["PREFIX"] = prefix
system "make", "install"