From 90b6d21be7142aaf1713e1f5545ad6cd67b4cd08 Mon Sep 17 00:00:00 2001 From: Jason Baker Date: Fri, 18 Dec 2009 10:32:33 -0600 Subject: Add Yeti formula Signed-Off-By: Max Howell The chmod is unrequired, Homebrew does that for you. Also used full paths to ant as we prefer to be sure about which version of tools we are using. Fix the yeti script, as write doesn't eval DATA.read by default, and I think possibly it would be a bad idea, unless we only do it when DATA is passed (not DATA.read as we can't detect that). --- Library/Formula/yeti.rb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Library/Formula/yeti.rb (limited to 'Library') diff --git a/Library/Formula/yeti.rb b/Library/Formula/yeti.rb new file mode 100644 index 000000000..9862df68d --- /dev/null +++ b/Library/Formula/yeti.rb @@ -0,0 +1,23 @@ +require 'formula' + +class Yeti