Adding formula for Clay language

This commit is contained in:
Swaroop C H 2010-07-01 03:21:03 +05:30 committed by Adam Vandenberg
parent 4ac187b2b7
commit 9b07e19755

14
Formula/clay.rb Normal file
View file

@ -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