2010-03-29 03:31:01 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-06-06 14:26:05 +00:00
|
|
|
class Ec2AmiTools < AmazonWebServicesFormula
|
2010-03-29 03:31:01 +00:00
|
|
|
homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368'
|
2012-07-01 19:53:20 +00:00
|
|
|
url 'http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools-1.4.0.7.zip'
|
|
|
|
md5 '9d315e7d7d8f5713b2349d3de2aec42b'
|
2010-03-29 03:31:01 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
standard_install
|
|
|
|
end
|
|
|
|
|
|
|
|
def caveats
|
|
|
|
standard_instructions "EC2_AMITOOL_HOME"
|
|
|
|
end
|
|
|
|
end
|