aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/clay.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/clay.rb b/Library/Formula/clay.rb
new file mode 100644
index 000000000..879e93017
--- /dev/null
+++ b/Library/Formula/clay.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Clay <Formula
+ url 'http://tachyon.in/clay/binaries/clay-macosx64-2010.06.24.zip'
+ homepage 'http://claylanguage.org'
+ version '2010.06.24'
+ md5 '4c22d1dbb45174e322d12cbb839f2025'
+
+ def install
+ libexec.install Dir['*']
+ bin.mkpath
+ ln_s libexec+'clay', bin
+ end
+end