homebrew-core/Formula/auto-scaling.rb

17 lines
381 B
Ruby
Raw Normal View History

require 'formula'
2011-06-06 14:26:05 +00:00
class AutoScaling < AmazonWebServicesFormula
homepage 'http://aws.amazon.com/developertools/2535'
url 'http://ec2-downloads.s3.amazonaws.com/AutoScaling-2011-01-01.zip'
version '1.0.61.0'
sha1 'bfee535e745d0e56289258151bd104263ebb8f64'
def install
standard_install
end
def caveats
standard_instructions "AWS_AUTO_SCALING_HOME"
end
2011-03-10 05:11:03 +00:00
end