2011-03-21 22:38:57 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Tcpstat < Formula
|
2011-05-27 05:02:55 +00:00
|
|
|
head 'https://github.com/jtt/tcpstat.git'
|
2011-03-21 22:38:57 +00:00
|
|
|
homepage 'http://github.com/jtt/tcpstat'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install 'tcpstat'
|
|
|
|
end
|
|
|
|
end
|