diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tcping.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/tcping.rb b/Library/Formula/tcping.rb new file mode 100644 index 000000000..c4d2efd83 --- /dev/null +++ b/Library/Formula/tcping.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Tcping <Formula + url 'http://www.linuxco.de/tcping/tcping-1.3.5.tar.gz' + homepage 'http://www.linuxco.de/tcping/tcping.html' + md5 'f9dd03c730db6999ca8beca479f078e3' + + def install + system "make" + bin.install 'tcping' + end +end |
