2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-21 07:43:18 +00:00
|
|
|
|
2011-06-06 14:26:05 +00:00
|
|
|
class Ec2ApiTools < AmazonWebServicesFormula
|
2011-08-28 05:40:50 +00:00
|
|
|
homepage 'http://aws.amazon.com/developertools/351'
|
2012-03-22 06:45:31 +00:00
|
|
|
url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.5.2.5.zip'
|
|
|
|
md5 'a9926c03fe3c05ff2e7fed3ae1b31634'
|
2010-05-20 03:26:52 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
standard_install
|
|
|
|
end
|
|
|
|
|
|
|
|
def caveats
|
|
|
|
standard_instructions "EC2_HOME"
|
|
|
|
end
|
|
|
|
end
|