astyle: add 2.04 bottle.
This commit is contained in:
parent
f808de693a
commit
87723129a2
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Astyle < Formula
|
|||
sha1 "2aa956c4521a1163da6a8be741786fd89c1f39a7"
|
||||
head "svn://svn.code.sf.net/p/astyle/code/trunk/AStyle"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "9228d8c5a0d97b26c6df18af9d1df5148edb1cd7" => :yosemite
|
||||
sha1 "cd2c3c120969f037dbf7e9fd20bb764b7bf2c7b1" => :mavericks
|
||||
sha1 "c4b8fb8f1d50e067c3c671d1522f5745cf69b94c" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
cd "src" do
|
||||
system "make", "CXX=#{ENV.cxx}", "-f", "../build/mac/Makefile"
|
||||
|
|
Loading…
Reference in a new issue