Skip to content

Instantly share code, notes, and snippets.

@BrianGilbert
Last active December 23, 2015 16:59
Show Gist options
  • Save BrianGilbert/6665696 to your computer and use it in GitHub Desktop.
Save BrianGilbert/6665696 to your computer and use it in GitHub Desktop.
advcomp Homebrew Formula (advpng and advdef)
require 'formula'
class Advcomp < Formula
homepage 'http://advancemame.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/advancemame/advancecomp/1.17/advancecomp-1.17.tar.gz'
sha256 '856d064e064c6105986b7cc29d6e2cba477e9ffca4a8830631161f5e7cd18e82'
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