a6120861a1
Closes Homebrew/homebrew#14031. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
15 lines
344 B
Ruby
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.1.2.zip'
|
|
sha1 '7bd0f294d9661db403d2615407a253b6ee0aab3e'
|
|
|
|
def install
|
|
standard_install
|
|
end
|
|
|
|
def caveats
|
|
standard_instructions "EC2_HOME"
|
|
end
|
|
end
|