2f78de2be1
Enough formulae in core depend on this, pull it in here. When multi-repo support lands, perhaps we could set up Homebrew-AWS.
15 lines
377 B
Ruby
15 lines
377 B
Ruby
require 'formula'
|
|
|
|
class Ec2AmiTools < AmazonWebServicesFormula
|
|
homepage 'http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368'
|
|
url 'http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools-1.3-45758.zip'
|
|
md5 'b3fd0dd779277ba40f0f234bfa309135'
|
|
|
|
def install
|
|
standard_install
|
|
end
|
|
|
|
def caveats
|
|
standard_instructions "EC2_AMITOOL_HOME"
|
|
end
|
|
end
|