homebrew-core/Formula/clay.rb

14 lines
283 B
Ruby
Raw Normal View History

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