Formula for colortail
Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
ccf569d5b6
commit
9b76438410
1 changed files with 12 additions and 0 deletions
12
Formula/colortail.rb
Normal file
12
Formula/colortail.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Colortail <Formula
|
||||
url 'http://joakimandersson.se/files/colortail-0.3.2.tar.gz'
|
||||
homepage 'http://joakimandersson.se/projects/colortail/'
|
||||
md5 '7363b1bc9175d5a35034b8b9f7348ada'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue