aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorkawanet2013-01-14 12:33:00 +0900
committerAdam Vandenberg2013-01-13 19:57:13 -0800
commite0c3c0aaa519152d7219eeedb505b92c7e8f3f35 (patch)
treefc08666478f02f1baf5d95ce667aa1a6d820088b /Library
parent693e9e706a5dee074ba9f40dada24d30817f50b2 (diff)
downloadhomebrew-e0c3c0aaa519152d7219eeedb505b92c7e8f3f35.tar.bz2
stone 2.3e
Closes #17060. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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