aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/apache-ant.rb
blob: 893ea5e08193ece1b8ad755a18ec505d91d31692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'brewkit'

# TODO common aliases: ant

class ApacheAnt <Formula
  @url='http://www.ibiblio.org/pub/mirrors/apache/ant/binaries/apache-ant-1.7.1-bin.tar.gz'
  @homepage='http://ant.apache.org/'
  @md5='cc5777c57c4e8269be5f3d1dc515301c'
  @version='1.7.1'

  def install
    prefix.install Dir['*']
  end
end