summaryrefslogtreecommitdiff
path: root/homebrew/bde/.beer
blob: b8f320634c2e4958e81f9d6f1807f238cb590e91 (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
{
    "name": "Bde",
    "description": "Basic Development Environment: foundational C++ libraries used at Bloomberg",
    "url": "https://github.com/bloomberg/bde/archive/BDE_3.0.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/bloomberg/bde",
    "depends": [],
    "resource": [
        {
            "name": "bde-tools",
            "url": "https://github.com/bloomberg/bde-tools/archive/v1.0.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "buildpath.install resource(\"bde-tools\")",
        "system \"python\", \"./bin/waf\", \"configure\", \"--prefix=#{prefix}\"",
        "system \"python\", \"./bin/waf\", \"build\"",
        "system \"python\", \"./bin/waf\", \"install\""
    ],
    "version": "3.0.0.0",
    "file": "bde.rb"
}