summaryrefslogtreecommitdiff
path: root/homebrew/boost/.beer
blob: f0eca30a013dc724c7caafc1420473ed744c60a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Boost",
    "description": "Collection of portable C++ source libraries",
    "url": "https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2",
    "mirror": null,
    "homepage": "https://www.boost.org/",
    "depends": [
        {
            "depend": "icu4c",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "open(\"user-config.jam\", \"a\") do |file|",
        "file.write \"using darwin : : #{ENV.cxx} ;\\n\""
    ],
    "version": "1_69_0",
    "file": "boost.rb"
}