summaryrefslogtreecommitdiff
path: root/homebrew/boostbcp/.beer
blob: d046a88010d9400df57db604feaca71900a35d6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "BoostBcp",
    "description": "Utility for extracting subsets of the Boost library",
    "url": "https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2",
    "mirror": null,
    "homepage": "https://www.boost.org/doc/tools/bcp/",
    "depends": [
        {
            "depend": "boost-build",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"tools/bcp\" do",
        "system \"b2\"",
        "prefix.install \"../../dist/bin\""
    ],
    "version": "1_69_0",
    "file": "boost-bcp.rb"
}