Multitail 5.2.2
Signed-off-by: adamv
This commit is contained in:
parent
c6738f7ef0
commit
af70f2b1c4
1 changed files with 14 additions and 0 deletions
14
Formula/multitail.rb
Normal file
14
Formula/multitail.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue