Created
April 19, 2012 06:43
-
-
Save sharl/2419187 to your computer and use it in GitHub Desktop.
Simple Repeater 'stone' homebrew formula
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
require 'formula' | |
class Stone < Formula | |
url 'http://www.gcd.org/sengoku/stone/stone-2.3e.tar.gz' | |
homepage 'http://www.gcd.org/sengoku/stone/' | |
md5 '3d1ac4e3fd1118ad1acad06f9209f7f4' | |
def install | |
system "make", "CFLAGS=-O2", "macosx-ssl" | |
bin.install "stone" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment