aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwaroop C H2010-07-01 03:21:03 +0530
committerAdam Vandenberg2010-07-09 23:14:45 -0700
commit18cb68202d39c8c0bfcfef62a4df264cbda69bfe (patch)
tree5822654b69b8b80a001fb6ebcd5bb02b6ac8cc22
parent164db800912c68245c9ad419091a46a6653ba123 (diff)
downloadhomebrew-18cb68202d39c8c0bfcfef62a4df264cbda69bfe.tar.bz2
Adding formula for Clay language
-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