conserver 8.1.18
Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time). Signed-off-by: Adam Vandenberg <flangy@gmail.com>master
parent
45d3e8fa48
commit
7be43263b8
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Conserver < Formula
|
||||
homepage 'http://conserver.com'
|
||||
url 'http://conserver.com/conserver-8.1.18.tar.gz'
|
||||
md5 '93d1c38df71b4e3fd5d8f7ad6fc186bb'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue