marst: add 2.7 bottle.
This commit is contained in:
parent
2f3fd703c2
commit
065cb3d4c9
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Marst < Formula
|
|||
url "http://ftpmirror.gnu.org/marst/marst-2.7.tar.gz"
|
||||
sha1 "a55ef653887c09045f04e00a179309463546f548"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "517892e7d7575e99143685739a93f2bea6d655e1" => :mavericks
|
||||
sha1 "2f4059e7e7c73292a5a61c82887393a9537f9913" => :mountain_lion
|
||||
sha1 "7574be85edd2f0e4fa4283f2a6c4e300620442e7" => :lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue