summaryrefslogtreecommitdiff
path: root/homebrew/slowhttptest/.beer
blob: c7041a38891e43755e774dee4425e5ea3ff25176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Slowhttptest",
    "description": "Simulates application layer denial of service attacks",
    "url": "https://github.com/shekyan/slowhttptest/archive/v1.7.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/shekyan/slowhttptest",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.7",
    "file": "slowhttptest.rb"
}