homebrew-core/Formula/redo.rb

14 lines
288 B
Ruby

require 'formula'
class Redo <Formula
version '0.06'
url "https://github.com/apenwarr/redo/zipball/redo-#{version}"
homepage 'https://github.com/apenwarr/redo'
md5 '7af7d8a639943731bb0370427b55bf10'
def install
ENV['PREFIX'] = prefix
system "./redo install"
end
end