aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spring-roo.rb
blob: 7feedd79135c6a306f7938f7a51be56b4f67831f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class SpringRoo < Formula
  url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.1.3.RELEASE.zip'
  version '1.1.3'
  homepage 'http://www.springsource.org/roo'
  md5 'b0c0ebc41bb5a153210bf09a31d5a8c8'

  def install
    rm_f Dir["bin/*.bat"]
    prefix.install %w[annotations bin bundle conf docs legal samples]
  end
end