Skip to content

Instantly share code, notes, and snippets.

@X0nic
Created July 23, 2014 20:28
Show Gist options
  • Save X0nic/5e62e66847d5701c3424 to your computer and use it in GitHub Desktop.
Save X0nic/5e62e66847d5701c3424 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.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