2011-02-25 16:55:26 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-06-06 14:23:09 +00:00
|
|
|
class AwsCfnTools < AmazonWebServicesFormula
|
2011-02-25 16:55:26 +00:00
|
|
|
homepage 'http://aws.amazon.com/developertools/AWS-CloudFormation/2555753788650372'
|
|
|
|
url 'https://s3.amazonaws.com/cloudformation-cli/AWSCloudFormation-cli.zip'
|
2011-10-11 09:50:11 +00:00
|
|
|
version '1.0.9'
|
|
|
|
md5 'c18d85826f97fe579ba68c9c52973776'
|
2011-02-25 16:55:26 +00:00
|
|
|
|
|
|
|
depends_on 'ec2-api-tools'
|
|
|
|
|
|
|
|
def install
|
|
|
|
standard_install
|
|
|
|
end
|
|
|
|
|
|
|
|
def caveats
|
|
|
|
standard_instructions "AWS_CLOUDFORMATION_HOME"
|
|
|
|
end
|
|
|
|
end
|