aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gzrt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gzrt.rb')
-rw-r--r--Library/Formula/gzrt.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/gzrt.rb b/Library/Formula/gzrt.rb
new file mode 100644
index 000000000..786d191cf
--- /dev/null
+++ b/Library/Formula/gzrt.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Gzrt < Formula
+ homepage 'http://www.urbanophile.com/arenn/coding/gzrt/gzrt.html'
+ url 'http://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.6.tar.gz'
+ sha1 '6b0ce648fd973771b899fa866d23c81cdf9d036e'
+
+ def install
+ system "make"
+ bin.install "gzrecover"
+ man1.install "gzrecover.1"
+ end
+end