homebrew-core/Formula/aws-elasticbeanstalk.rb
Joseph Yølk Chiocchi 28ce93a34f aws-elasticbeanstalk 2.6.4
Closes Homebrew/homebrew#33885.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-03 19:15:01 -06:00

14 lines
490 B
Ruby

require 'formula'
class AwsElasticbeanstalk < AmazonWebServicesFormula
homepage 'http://aws.amazon.com/code/6752709412171743'
url 'https://s3.amazonaws.com/elasticbeanstalk/cli/AWS-ElasticBeanstalk-CLI-2.6.4.zip'
sha1 '01dabe18801d4e16a1790ff737a28e29fdebb0ef'
def install
# Remove versions for other platforms.
rm_rf %w{eb/windows eb/linux AWSDevTools/Windows}
libexec.install %w{AWSDevTools api eb}
bin.install_symlink libexec/"eb/macosx/python2.7/eb"
end
end