2010-03-29 03:31:01 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-06-06 14:26:05 +00:00
|
|
|
class Ec2AmiTools < AmazonWebServicesFormula
|
2013-03-12 18:13:33 +00:00
|
|
|
homepage 'http://aws.amazon.com/developertools/368'
|
2014-03-13 19:43:50 +00:00
|
|
|
url 'http://ec2-downloads.s3.amazonaws.com/ec2-ami-tools-1.5.1.zip'
|
|
|
|
sha1 '65deb85e452a3341ff12204db8eba0dcfd9db6a3'
|
2010-03-29 03:31:01 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
standard_install
|
|
|
|
end
|
|
|
|
|
|
|
|
def caveats
|
|
|
|
standard_instructions "EC2_AMITOOL_HOME"
|
|
|
|
end
|
|
|
|
end
|