re2c: add 0.13.7.5 bottle.
This commit is contained in:
parent
0a7b8406fe
commit
7328a1bc3b
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Re2c < Formula
|
||||||
url "https://downloads.sourceforge.net/project/re2c/re2c/0.13.7.5/re2c-0.13.7.5.tar.gz"
|
url "https://downloads.sourceforge.net/project/re2c/re2c/0.13.7.5/re2c-0.13.7.5.tar.gz"
|
||||||
sha1 "4786a13be61f8249f4f388e60d94bb81db340d5c"
|
sha1 "4786a13be61f8249f4f388e60d94bb81db340d5c"
|
||||||
|
|
||||||
|
bottle do
|
||||||
|
cellar :any
|
||||||
|
sha1 "a3246b77461757a1d03fce798dc0e96946dd8d4b" => :yosemite
|
||||||
|
sha1 "295edf3bf8132c990a2d524132ce1cf0f4e22c38" => :mavericks
|
||||||
|
sha1 "b289675f0bc4e76b1f131e82a7fe41f4d11804ed" => :mountain_lion
|
||||||
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||||
"--prefix=#{prefix}"
|
"--prefix=#{prefix}"
|
||||||
|
|
Loading…
Reference in a new issue