From 9565e09f444b2f7b0249285489566a74b6d44920 Mon Sep 17 00:00:00 2001 From: Yousef Ourabi Date: Wed, 9 Jan 2013 10:08:19 -0800 Subject: aws-elasticbeanstalk 2.3 Closes #16973. Signed-off-by: Adam Vandenberg --- Library/Formula/aws-elasticbeanstalk.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/aws-elasticbeanstalk.rb (limited to 'Library/Formula') diff --git a/Library/Formula/aws-elasticbeanstalk.rb b/Library/Formula/aws-elasticbeanstalk.rb new file mode 100644 index 000000000..78e9e27d5 --- /dev/null +++ b/Library/Formula/aws-elasticbeanstalk.rb @@ -0,0 +1,17 @@ +require 'formula' + +class AwsElasticbeanstalk < AmazonWebServicesFormula + homepage 'http://aws.amazon.com/code/AWS-Elastic-Beanstalk/6752709412171743' + url 'https://s3.amazonaws.com/elasticbeanstalk/cli/AWS-ElasticBeanstalk-CLI-2.3.zip' + sha1 '7fdcdefa906b498b5a9c964b8c3d2aabcad406e6' + + def install + # Remove versions for other platforms. + rm_rf Dir['eb/windows'] + rm_rf Dir['eb/linux'] + rm_rf Dir['AWSDevTools/Windows'] + + libexec.install %w{AWSDevTools api eb} + bin.install_symlink libexec/"eb/macosx/python2.7/eb" + end +end -- cgit v1.2.3