2010-03-05 17:04:20 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class SpringRoo < Formula
|
2011-11-30 19:45:51 +00:00
|
|
|
homepage 'http://www.springsource.org/spring-roo'
|
2012-02-14 21:55:40 +00:00
|
|
|
url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.2.1.RELEASE.zip'
|
|
|
|
sha1 'aa2ffb42d9fd1e5456767635974eef60e6a3001b'
|
|
|
|
version '1.2.1'
|
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"
|
2012-02-14 21:55:40 +00:00
|
|
|
prefix.install %w[annotations bin bundle conf legal samples]
|
2010-03-05 17:04:20 +00:00
|
|
|
end
|
|
|
|
end
|