aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/concurrencykit.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/concurrencykit.rb b/Library/Formula/concurrencykit.rb
index f742ce51d..64420d1a8 100644
--- a/Library/Formula/concurrencykit.rb
+++ b/Library/Formula/concurrencykit.rb
@@ -7,6 +7,13 @@ class Concurrencykit < Formula
head 'git://git.concurrencykit.org/ck.git'
+ bottle do
+ cellar :any
+ sha1 "21698717ea6dde053a62253a1ccb2a19c987281a" => :mavericks
+ sha1 "6d952c9718603d3a8794a9884aec020d397c42b3" => :mountain_lion
+ sha1 "3760bbd8cd36fde9952f340cf860800aa2014ddf" => :lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}"
system "make", "CC=#{ENV.cc}"