2010-04-17 11:49:53 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Play <Formula
|
2010-07-27 16:45:05 +00:00
|
|
|
url 'http://download.playframework.org/releases/play-1.0.3.1.zip'
|
2010-04-17 11:49:53 +00:00
|
|
|
homepage 'http://www.playframework.org/'
|
2010-07-27 16:45:05 +00:00
|
|
|
md5 'b704cef8f2d8a68088ed0f80a4c4abe9'
|
2010-04-17 11:49:53 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
rm Dir['*.bat']
|
|
|
|
libexec.install Dir['*']
|
|
|
|
bin.mkpath
|
|
|
|
ln_s libexec+'play', bin
|
|
|
|
end
|
|
|
|
end
|