From bdb7258fef3ad7cbcbdb6c5436c67d27942f9a20 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Sun, 28 Mar 2010 21:31:01 -0600 Subject: add ec2-ami-tools Signed-off-by: Adam Vandenberg * Use AWS base class * Use alternate HOME variable --- Library/Formula/ec2-ami-tools.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/ec2-ami-tools.rb (limited to 'Library/Formula') diff --git a/Library/Formula/ec2-ami-tools.rb b/Library/Formula/ec2-ami-tools.rb new file mode 100644 index 000000000..1ca9c7b30 --- /dev/null +++ b/Library/Formula/ec2-ami-tools.rb @@ -0,0 +1,18 @@ +require 'formula' + +# Require ec2-api-tools to get the base class +require "#{File.dirname __FILE__}/ec2-api-tools.rb" + +class Ec2AmiTools