2010-06-30 21:51:03 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Clay < Formula
|
2011-12-02 14:34:02 +00:00
|
|
|
url 'http://claylabs.com/clay/binaries/clay-macosx-2011.04.18.zip'
|
|
|
|
homepage 'http://claylabs.com/clay/'
|
2011-05-06 00:59:46 +00:00
|
|
|
md5 '9f43d8147f95ce0d7c3cd12e368406a4'
|
2010-06-30 21:51:03 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
libexec.install Dir['*']
|
|
|
|
bin.mkpath
|
|
|
|
ln_s libexec+'clay', bin
|
|
|
|
end
|
|
|
|
end
|