aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/redo.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/redo.rb b/Library/Formula/redo.rb
new file mode 100644
index 000000000..c06cb3684
--- /dev/null
+++ b/Library/Formula/redo.rb
@@ -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