homebrew-core/Formula/elb-tools.rb
Bill Moritz 693591e744 elb-tools 1.0.33
Closes Homebrew/homebrew#27303.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-03-07 16:38:40 -06: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.33.0'
sha1 '4415660b6104b02f1f91ac7528a231ef7661d543'
depends_on 'ec2-api-tools'
def install
standard_install
end
def caveats
standard_instructions "AWS_ELB_HOME"
end
end