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'
|
2014-03-31 04:02:14 +00:00
|
|
|
url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.6.13.0.zip'
|
|
|
|
sha1 '179e9a2111de3cc1fa06629f5faebd3d50d0525c'
|
2010-05-20 03:26:52 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
standard_install
|
|
|
|
end
|
|
|
|
|
|
|
|
def caveats
|
2014-03-10 14:44:41 +00:00
|
|
|
standard_instructions "EC2_HOME"
|
2010-05-20 03:26:52 +00:00
|
|
|
end
|
|
|
|
end
|