summaryrefslogtreecommitdiff
path: root/homebrew/httpload/.beer
blob: 2d8c17b099fb301d36a2a89ffe6cb40fc7f6a1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "name": "HttpLoad",
    "description": "Test throughput of a web server by running parallel fetches",
    "url": "https://www.acme.com/software/http_load/http_load-09Mar2016.tar.gz",
    "mirror": null,
    "homepage": "https://www.acme.com/software/http_load/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.mkpath",
        "man1.mkpath",
        "args = %W[",
        "BINDIR=#{bin}",
        "LIBDIR=#{lib}",
        "MANDIR=#{man1}",
        "CC=#{ENV.cc}",
        "SSL_TREE=#{Formula[\"openssl\"].opt_prefix}",
        "]",
        "inreplace \"Makefile\", \"#SSL_\", \"SSL_\"",
        "system \"make\", \"install\", *args"
    ],
    "version": "2016",
    "file": "http_load.rb"
}