Add redo formula
This commit is contained in:
parent
3e41dd36dc
commit
e53018a677
1 changed files with 13 additions and 0 deletions
13
Formula/redo.rb
Normal file
13
Formula/redo.rb
Normal 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
|
Loading…
Reference in a new issue