aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aws-elasticache.rb
blob: 546630e0f833dbbc3b89e1b45d956c6d657cd5df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'formula'

class AwsElasticache < AmazonWebServicesFormula
  homepage 'http://aws.amazon.com/developertools/2310261897259567'
  url 'https://s3.amazonaws.com/elasticache-downloads/AmazonElastiCacheCli-2013-06-15-1.9.000.zip'
  version '1.9.000'
  sha1 'c8962cc2ea22f88883b38cda2674d1befbed1b71'

  depends_on 'ec2-api-tools'

  def caveats
    standard_instructions "AWS_ELASTICACHE_HOME"
  end
end