homebrew-core/Formula/ec2-ami-tools.rb
John Claus 51378fb686 ec2-ami-tools-1.5.3
Closes Homebrew/homebrew#31010.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-21 10:39:43 -05:00

15 lines
350 B
Ruby

require 'formula'
class Ec2AmiTools < AmazonWebServicesFormula
homepage 'http://aws.amazon.com/developertools/368'
url 'http://ec2-downloads.s3.amazonaws.com/ec2-ami-tools-1.5.3.zip'
sha1 'a12a4b4cb9d602e70a51dcf0daad35b412828e4e'
def install
standard_install
end
def caveats
standard_instructions "EC2_AMITOOL_HOME"
end
end