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-12-18 17:57:00 +00:00
|
|
|
url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.6.6.0.zip'
|
|
|
|
sha1 'e2461caf2b95e97e991f3d22b63516ed46a270f0'
|
2010-05-20 03:26:52 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
standard_install
|
|
|
|
end
|
|
|
|
|
|
|
|
def caveats
|
|
|
|
standard_instructions "EC2_HOME"
|
|
|
|
end
|
|
|
|
end
|