diff options
| author | David Höppner | 2010-03-05 18:04:20 +0100 |
|---|---|---|
| committer | David Höppner | 2010-03-05 18:04:20 +0100 |
| commit | d9cbcea3782e937d40ceffe7262ab126bc8d85e4 (patch) | |
| tree | 6f37d884b2738cc49fc083b04527eb94f4815229 /Library/Formula | |
| parent | ffe3a06f2738fc28e833990c9dcc8b3ac315be4a (diff) | |
| download | homebrew-d9cbcea3782e937d40ceffe7262ab126bc8d85e4.tar.bz2 | |
New formula spring-roo
Spring Roo is a next-generation rapid application development tool
for Java developers.
* based on Sean Brandt formula
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/spring-roo.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/spring-roo.rb b/Library/Formula/spring-roo.rb new file mode 100644 index 000000000..4b8c199db --- /dev/null +++ b/Library/Formula/spring-roo.rb @@ -0,0 +1,13 @@ +require 'formula' + +class SpringRoo <Formula + version '1.0.2' + url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-#{version}.RELEASE.zip' + homepage 'http://www.springsource.org/roo' + md5 '31d4444700311b14388a29139f4ea9bc' + + def install + prefix.install %w[bin dist docs legal lib] + FileUtils.rm_f Dir["#{bin}/*.bat"] + end +end |
