diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/apache-ant.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/apache-ant.rb b/Library/Formula/apache-ant.rb new file mode 100644 index 000000000..893ea5e08 --- /dev/null +++ b/Library/Formula/apache-ant.rb @@ -0,0 +1,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 |
