aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorFrançois Beausoleil2010-02-11 10:43:39 -0800
committerAdam Vandenberg2010-02-11 10:46:05 -0800
commit2f75c78c68efe7b96b49bfa903b3fe5ad675ce38 (patch)
tree2b745170fea28ced6f0e7290866a09727a283abe /Library
parent4cbfcf3fe5d7be0b44f17bcee5a3464f60d3e9b2 (diff)
downloadhomebrew-2f75c78c68efe7b96b49bfa903b3fe5ad675ce38.tar.bz2
Multitail 5.2.2
Signed-off-by: adamv
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/multitail.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/multitail.rb b/Library/Formula/multitail.rb
new file mode 100644
index 000000000..74020f204
--- /dev/null
+++ b/Library/Formula/multitail.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Multitail <Formula
+ url 'http://www.vanheusden.com/multitail/multitail-5.2.2.tgz'
+ homepage 'http://www.vanheusden.com/multitail/download.html'
+ md5 'ab2c198381e9ff6271ce56bdcb06f963'
+
+ def install
+ system "env", "DESTDIR=#{prefix}", "make", "-f", "makefile.macosx", "multitail"
+
+ bin.install "multitail"
+ man1.install gzip("multitail.1")
+ end
+end