Created
July 23, 2014 20:28
-
-
Save X0nic/5e62e66847d5701c3424 to your computer and use it in GitHub Desktop.
advcomp Homebrew Formula (advpng and advdef)
This file contains hidden or 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
require 'formula' | |
class Advcomp < Formula | |
homepage 'http://advancemame.sourceforge.net/' | |
url 'http://downloads.sourceforge.net/project/advancemame/advancecomp/1.19/advancecomp-1.19.tar.gz' | |
sha256 'd594c50c3da356aa961f75b00e958a4ed1e142c6530b42926092e46419af3047' | |
def install | |
system "./configure" | |
system "make install" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment