2010-06-30 21:51:03 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Clay < Formula
|
2010-11-19 05:59:57 +00:00
|
|
|
url 'http://tachyon.in/clay/binaries/clay-macosx-2010.11.13.zip'
|
2010-06-30 21:51:03 +00:00
|
|
|
homepage 'http://claylanguage.org'
|
2010-11-19 05:59:57 +00:00
|
|
|
version '2010.11.13'
|
|
|
|
md5 '4039c21970b9ccc1217bc5a731a16914'
|
2010-06-30 21:51:03 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
libexec.install Dir['*']
|
|
|
|
bin.mkpath
|
|
|
|
ln_s libexec+'clay', bin
|
|
|
|
end
|
|
|
|
end
|