aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/yeti.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-22Update yetiGeorge Kulakowski
As noted in the formula, yeti 'releases' are just occasional builds from a repository snapshot, so it is versioned by date. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-30Update yetiAdam Vandenberg
2010-01-16Adding a stable install of yeti.Jason Baker
2009-12-19Add Yeti formulaJason Baker
Signed-Off-By: Max Howell <max@methylblue.com> 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).