Skip to content

Instantly share code, notes, and snippets.

@mbklein
Created June 21, 2010 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbklein/447049 to your computer and use it in GitHub Desktop.
Save mbklein/447049 to your computer and use it in GitHub Desktop.
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