homebrew-core/Formula/ec2-ami-tools.rb
Marcus Vinicius Ferreira 7e12d9f9ed Updated ec2-ami-tools to 1.4.0.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:00 -07:00

15 lines
375 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.4.0.7.zip'
md5 '9d315e7d7d8f5713b2349d3de2aec42b'
def install
standard_install
end
def caveats
standard_instructions "EC2_AMITOOL_HOME"
end
end