diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cbmbasic.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cbmbasic.rb b/Library/Formula/cbmbasic.rb index 75fa6cb13..06526d1d2 100644 --- a/Library/Formula/cbmbasic.rb +++ b/Library/Formula/cbmbasic.rb @@ -4,6 +4,13 @@ class Cbmbasic < Formula sha1 "54564daa7f28be98b03ae7dd1eece9e5439c95c3" head "https://github.com/mist64/cbmbasic.git" + bottle do + cellar :any + sha1 "83830760860b56bb7c10dd301c72aae60e8172c1" => :yosemite + sha1 "3e6da115337e59d612236113185fd29d49cd5763" => :mavericks + sha1 "7da6d8d160c73fd00e28999ae6c6f4c89b1cacbb" => :mountain_lion + end + def install system "make", "CFLAGS=#{ENV.cflags}", "LDFLAGS=#{ENV.ldflags}" bin.install "cbmbasic" |
