aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 22:43:18 +0000
committerMike McQuaid2014-02-22 22:44:31 +0000
commit26556348b9e5d8cc83a33cdf53c7359a22ddf8df (patch)
treeb075d93a775bf97d8378d17a6ee4123a1d5f799e /Library
parenteea35903d8cb45d2ce7273221db52a7c0255d8e9 (diff)
downloadhomebrew-26556348b9e5d8cc83a33cdf53c7359a22ddf8df.tar.bz2
tree: add bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tree.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tree.rb b/Library/Formula/tree.rb
index bfb585f25..754cc834d 100644
--- a/Library/Formula/tree.rb
+++ b/Library/Formula/tree.rb
@@ -5,6 +5,13 @@ class Tree < Formula
url 'http://mama.indstate.edu/users/ice/tree/src/tree-1.6.0.tgz'
sha1 '350f851f68859a011668362dd0e7ee81fd1b713a'
+ bottle do
+ cellar :any
+ sha1 "de86a6212934b258c2f64f6ae3460e8b729fc357" => :mavericks
+ sha1 "59991b24b9b236236bd2aa3eaa6050be48ee106f" => :mountain_lion
+ sha1 "3e30b09d1e08c017bb7f7e07150f9c9a7b009d2a" => :lion
+ end
+
def install
ENV.append 'CFLAGS', '-fomit-frame-pointer'
objs = 'tree.o unix.o html.o xml.o hash.o color.o strverscmp.o'