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

class Ec2AmiTools < AmazonWebServicesFormula
  homepage 'http://aws.amazon.com/developertools/368'
  url 'http://ec2-downloads.s3.amazonaws.com/ec2-ami-tools-1.4.0.9.zip'
  sha1 '96583c42b999ce64510fb721af1780719a7f0b34'

  def install
    standard_install
  end

  def caveats
    standard_instructions "EC2_AMITOOL_HOME"
  end
end