summaryrefslogtreecommitdiff
path: root/homebrew/sipp/.beer
blob: f54b0f9e336d88d1ee06637fbb122433a261efa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Sipp",
    "description": "Traffic generator for the SIP protocol",
    "url": "https://github.com/SIPp/sipp/releases/download/v3.5.2/sipp-3.5.2.tar.gz",
    "mirror": null,
    "homepage": "https://sipp.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--with-pcap\"",
        "system \"make\", \"DESTDIR=#{prefix}\"",
        "bin.install \"sipp\""
    ],
    "version": "3.5.2",
    "file": "sipp.rb"
}