summaryrefslogtreecommitdiff
path: root/homebrew/boostbuild/.beer
blob: d9c9244ac7c2d61334a5a6fc7ee19b336585e97f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "BoostBuild",
    "description": "C++ build system",
    "url": "https://github.com/boostorg/build/archive/boost-1.69.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.boost.org/build/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "b2-tools",
            "reason": "both install `b2` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"./bootstrap.sh\"",
        "system \"./b2\", \"--prefix=#{prefix}\", \"install\""
    ],
    "version": "1.69.0",
    "file": "boost-build.rb"
}