Adding formula for Clay language
This commit is contained in:
parent
4ac187b2b7
commit
9b07e19755
1 changed files with 14 additions and 0 deletions
14
Formula/clay.rb
Normal file
14
Formula/clay.rb
Normal 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
|
Loading…
Reference in a new issue