aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ec2-api-tools.rb
blob: 036c26901ac0aec7e8e7250f394abf0e58ce66f4 (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.5.0.zip'
  md5 '51c79657e921cfaaea8d0bff98bbc24b'

  def install
    standard_install
  end

  def caveats
    standard_instructions "EC2_HOME"
  end
end