aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ec2-api-tools.rb
blob: 878170d9fc877d71d92cf267e8a45a61b51ff28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require 'formula'

class Ec2ApiTools < AmazonWebServicesFormula
  homepage 'http://aws.amazon.com/developertools/351'
  url 'http://ec2-downloads.s3.amazonaws.com/ec2-api-tools-1.5.2.4.zip'
  md5 '928967de271e15d3d1518730f384600f'

  def install
    standard_install
  end

  def caveats
    standard_instructions "EC2_HOME"
  end
end