homebrew-core/Formula/ec2-ami-tools.rb
Adam Vandenberg 2f78de2be1 Move AmazonWebServicesFormula to formula_specialties
Enough formulae in core depend on this, pull it in here.
When multi-repo support lands, perhaps we could set up Homebrew-AWS.
2012-03-05 21:14:39 -08:00

15 lines
377 B
Ruby

require 'formula'
class Ec2AmiTools < AmazonWebServicesFormula
homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368'
url 'http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools-1.3-45758.zip'
md5 'b3fd0dd779277ba40f0f234bfa309135'
def install
standard_install
end
def caveats
standard_instructions "EC2_AMITOOL_HOME"
end
end