Add redo formula

This commit is contained in:
Max Howell 2011-01-16 12:46:22 +00:00
parent 3e41dd36dc
commit e53018a677

13
Formula/redo.rb Normal file
View file

@ -0,0 +1,13 @@
require 'formula'
class Redo <Formula
version '0.04'
url "https://github.com/apenwarr/redo/zipball/redo-#{version}"
homepage 'https://github.com/apenwarr/redo'
md5 'c4f276f1434d41f1423e25d1fa96e4b8'
def install
ENV['PREFIX'] = prefix
system "./redo install"
end
end