homebrew-core/Formula/elb-tools.rb
Marcus Vinicius Ferreira 955ac13163 Correction: homepage url
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:00 -07:00

18 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