homebrew-core/Formula/redo.rb

14 lines
288 B
Ruby
Raw Normal View History

2011-01-16 12:46:22 +00:00
require 'formula'
class Redo <Formula
2011-01-18 09:20:54 +00:00
version '0.05'
2011-01-16 12:46:22 +00:00
url "https://github.com/apenwarr/redo/zipball/redo-#{version}"
homepage 'https://github.com/apenwarr/redo'
2011-01-18 09:20:54 +00:00
md5 'e96fe6dbdb75f8512a2ebf62b064186b'
2011-01-16 12:46:22 +00:00
def install
ENV['PREFIX'] = prefix
system "./redo install"
end
end