2010-03-05 17:04:20 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class SpringRoo < Formula
|
2011-12-23 21:30:44 +00:00
|
|
|
url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.2.0.RELEASE.zip'
|
|
|
|
version '1.2.0'
|
2011-11-30 19:45:51 +00:00
|
|
|
homepage 'http://www.springsource.org/spring-roo'
|
2011-12-23 21:30:44 +00:00
|
|
|
sha1 '3fa1fccd9e69d3b5c83f5bb70f1f3d852178d400'
|
2010-03-05 17:04:20 +00:00
|
|
|
|
|
|
|
def install
|
2011-11-30 19:45:51 +00:00
|
|
|
rm Dir["bin/*.bat"]
|
|
|
|
File.rename "bin/roo.sh", "bin/roo"
|
2011-01-12 03:19:27 +00:00
|
|
|
prefix.install %w[annotations bin bundle conf docs legal samples]
|
2010-03-05 17:04:20 +00:00
|
|
|
end
|
|
|
|
end
|