aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/stone.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/stone.rb b/Library/Formula/stone.rb
new file mode 100644
index 000000000..6ac157d13
--- /dev/null
+++ b/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