summaryrefslogtreecommitdiff
path: root/homebrew/apib/.beer
blob: c765bca94cb0246918d5d160a593adf1f4d6cd04 (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
{
    "name": "Apib",
    "description": "HTTP performance-testing tool",
    "url": "https://github.com/apigee/apib/archive/APIB_1_0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/apigee/apib",
    "depends": [
        {
            "depend": "apr",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "unless MacOS::CLT.installed?",
        "inreplace \"configure\" do |s|",
        "s.gsub! \"/usr/include/apr-1.0\", \"#{Formula[\"apr\"].opt_libexec}/include/apr-1\"",
        "s.gsub! \"/usr/include/apr-1\", \"#{Formula[\"apr\"].opt_libexec}/include/apr-1\""
    ],
    "version": "1_0",
    "file": "apib.rb"
}