homebrew-core/Formula/aws-cfn-tools.rb
Mike Fiedler 86fcbda45a aws-cfn-tools 1.0.10
Closes Homebrew/homebrew#14602.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-31 10:52:33 -07:00

18 lines
446 B
Ruby

require 'formula'
class AwsCfnTools < AmazonWebServicesFormula
homepage 'http://aws.amazon.com/developertools/AWS-CloudFormation/2555753788650372'
url 'https://s3.amazonaws.com/cloudformation-cli/AWSCloudFormation-cli.zip'
version '1.0.10'
sha1 '656a81c5f3078dc7550a0512aa97b67ebd0331f1'
depends_on 'ec2-api-tools'
def install
standard_install
end
def caveats
standard_instructions "AWS_CLOUDFORMATION_HOME"
end
end