diff options
| author | Lars Eggert | 2013-09-26 16:08:21 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-20 09:50:20 -0700 |
| commit | 3ad66c3dc9b52c1c33c8b01b60f119ed41595864 (patch) | |
| tree | 9d638eb6b8f7ceb9960b794bbabe1575ee9942e7 /Library/Formula/tcpsplit.rb | |
| parent | 69c7294dd91a9c80a1df418f80f11143379543d4 (diff) | |
| download | homebrew-3ad66c3dc9b52c1c33c8b01b60f119ed41595864.tar.bz2 | |
tcpsplit 0.2XC
Closes #22851.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/tcpsplit.rb')
| -rw-r--r-- | Library/Formula/tcpsplit.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/tcpsplit.rb b/Library/Formula/tcpsplit.rb new file mode 100644 index 000000000..fd3a10afd --- /dev/null +++ b/Library/Formula/tcpsplit.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Tcpsplit < Formula + homepage 'http://www.icir.org/mallman/software/tcpsplit/' + url 'http://www.icir.org/mallman/software/tcpsplit/tcpsplit-0.2.tar.gz' + sha1 '0d63392c4960078911b5716d74e4a7426f149a09' + + def install + system 'make' + bin.install 'tcpsplit' + end +end |
