Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
stone 2.3e
Browse files Browse the repository at this point in the history
Closes #17060.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
kawanet authored and adamv committed Jan 14, 2013
1 parent 693e9e7 commit e0c3c0a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Library/Formula/stone.rb
@@ -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

0 comments on commit e0c3c0a

Please sign in to comment.