Created
July 1, 2015 10:39
-
-
Save Tyrael/72ed99c8008ed47b58b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Bison1 < Formula | |
homepage "https://www.gnu.org/software/bison/" | |
url "http://ftpmirror.gnu.org/bison/bison-1.28.tar.gz" | |
mirror "https://ftp.gnu.org/gnu/bison/bison-1.28.tar.gz" | |
sha256 "c5d3e4858e17cb440cee9de7837f07277bcfb03507e9d2f0c506cab5efe36c3a" | |
keg_only :provided_by_osx, "Some formulae require a newer version of bison." | |
def install | |
system "./configure", "--disable-dependency-tracking", | |
"--prefix=#{prefix}" | |
system "make", "install" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment