Created
June 21, 2010 15:50
-
-
Save mbklein/447049 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class ApacheAnt <Formula | |
url 'ftp://ftp.osuosl.org/pub/apache/ant/binaries/apache-ant-1.8.1-bin.tar.gz' | |
homepage 'http://ant.apache.org/' | |
md5 'dc9cc5ede14729f87fe0a4fe428b9185' | |
def install | |
prefix.install %w[bin lib etc docs] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment