homebrew-core/Formula/elb-tools.rb

19 lines
396 B
Ruby

require 'formula'
class ElbTools < AmazonWebServicesFormula
homepage 'http://aws.amazon.com/developertools/2536'
url 'http://ec2-downloads.s3.amazonaws.com/ElasticLoadBalancing.zip'
version '1.0.17.0'
sha1 '0546f9dde4a98e2371cf7a03b419bab09254f99c'
depends_on 'ec2-api-tools'
def install
standard_install
end
def caveats
standard_instructions "AWS_ELB_HOME"
end
end