amazon simple notification service cli tool
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5a80148844
commit
96966e363c
1 changed files with 15 additions and 0 deletions
15
Formula/aws-sns-cli.rb
Normal file
15
Formula/aws-sns-cli.rb
Normal 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
|
Loading…
Reference in a new issue