Apache Ant should be named Ant

See updated naming guidelines on the wiki.
This commit is contained in:
Max Howell 2009-09-30 17:18:27 +01:00
parent ffc95c0102
commit d036aedb85

View file

@ -1,14 +1,15 @@
require 'brewkit'
# TODO common aliases: ant
# TODO common aliases: 'apache ant'
class ApacheAnt <Formula
class Ant <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['*']
File.unlink Dir['bin/*.cmd']
File.unlink Dir['bin/*.bat']
end
end