homebrew-core/Formula/ec2-api-tools.rb
Stefhen Hovland f539dea28d ec2-api-tools 1.6.6.0
Closes Homebrew/homebrew#16645.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-18 10:20:16 -08: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.6.6.0.zip'
sha1 'e2461caf2b95e97e991f3d22b63516ed46a270f0'
def install
standard_install
end
def caveats
standard_instructions "EC2_HOME"
end
end