summaryrefslogtreecommitdiff
path: root/homebrew/tcpsplit/.beer
blob: 6b23093a94b4ad5ce4ae88773c037946498d046a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Tcpsplit",
    "description": "Break a packet trace into some number of sub-traces",
    "url": "https://www.icir.org/mallman/software/tcpsplit/tcpsplit-0.2.tar.gz",
    "mirror": null,
    "homepage": "https://www.icir.org/mallman/software/tcpsplit/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"tcpsplit\""
    ],
    "version": "0.2",
    "file": "tcpsplit.rb"
}