homebrew-core/Formula/ec2-api-tools.rb
John Claus 0efbbf78c1 ec2-api-tools 1.7.1.0
Closes Homebrew/homebrew#31011.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-21 11:35:28 -05:00

15 lines
344 B
Ruby

require 'formula'
class Ec2ApiTools < AmazonWebServicesFormula
homepage 'http://aws.amazon.com/developertools/351'
url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.7.1.0.zip'
sha1 '154acfb5d117d0af1311c65030671cd56eb987aa'
def install
standard_install
end
def caveats
standard_instructions "EC2_HOME"
end
end