Skip to content

Instantly share code, notes, and snippets.

@sharl
Created April 19, 2012 06:43
Show Gist options
  • Save sharl/2419187 to your computer and use it in GitHub Desktop.
Save sharl/2419187 to your computer and use it in GitHub Desktop.
Simple Repeater 'stone' homebrew formula
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