amazon simple notification service cli tool

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Micah Koga 2012-07-19 15:51:25 -07:00 committed by Adam Vandenberg
parent 5a80148844
commit 96966e363c

15
Formula/aws-sns-cli.rb Normal file
View file

@ -0,0 +1,15 @@
require 'formula'
class AwsSnsCli < AmazonWebServicesFormula
homepage 'http://aws.amazon.com/developertools/3688'
url 'http://sns-public-resources.s3.amazonaws.com/SimpleNotificationServiceCli-2010-03-31.zip'
sha1 'e41084d375328f502546c303bc848f9ce9d1daa4'
def install
standard_install
end
def caveats
standard_instructions "AWS_SNS_HOME"
end
end