2010-11-02 13:31:51 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Tcping < Formula
|
2010-11-02 13:31:51 +00:00
|
|
|
url 'http://www.linuxco.de/tcping/tcping-1.3.5.tar.gz'
|
|
|
|
homepage 'http://www.linuxco.de/tcping/tcping.html'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'ecc5fe7fb2f8e86a1fc2d09651310b26fa922c7b'
|
2010-11-02 13:31:51 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install 'tcping'
|
|
|
|
end
|
|
|
|
end
|