stone 2.3e

Closes Homebrew/homebrew#17060.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
kawanet 2013-01-14 12:33:00 +09:00 committed by Adam Vandenberg
parent 97a6e57577
commit ca7734e768
1 changed files with 12 additions and 0 deletions

12
Formula/stone.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Stone < Formula
homepage 'http://www.gcd.org/sengoku/stone/'
url 'http://www.gcd.org/sengoku/stone/stone-2.3e.tar.gz'
sha1 '1ed12f29c1f896c1a94237b30201c615af5bb0f8'
def install
system "make", "macosx"
bin.install "stone"
end
end