homebrew-core/Formula/tcpsplit.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

11 lines
366 B
Ruby

class Tcpsplit < Formula
desc "Break a packet trace into some number of sub-traces"
homepage "http://www.icir.org/mallman/software/tcpsplit/"
url "http://www.icir.org/mallman/software/tcpsplit/tcpsplit-0.2.tar.gz"
sha256 "885a6609d04eb35f31f1c6f06a0b9afd88776d85dec0caa33a86cef3f3c09d1d"
def install
system "make"
bin.install "tcpsplit"
end
end