aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libmarisa.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libmarisa.rb b/Library/Formula/libmarisa.rb
index 85506afd5..358549379 100644
--- a/Library/Formula/libmarisa.rb
+++ b/Library/Formula/libmarisa.rb
@@ -5,6 +5,13 @@ class Libmarisa < Formula
url "https://marisa-trie.googlecode.com/files/marisa-0.2.4.tar.gz"
sha1 "fb0ed7d993e84dff32ec456a79bd36a00022629d"
+ bottle do
+ cellar :any
+ sha1 "7488aa114b3c53ec5b2d11a7ebbc7196de0539a8" => :mavericks
+ sha1 "c45d67cdca754912b77a8b0d9ac39095f3374da1" => :mountain_lion
+ sha1 "3fc68e8e71c8696197f3f9dcb6daa0f98890cc56" => :lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}"
system "make", "check"