summaryrefslogtreecommitdiff
path: root/homebrew/jsonspirit/.beer
blob: 0d9de906887d2bcfec06d7793fd4b7d023dcc0d3 (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
29
30
31
32
{
    "name": "JsonSpirit",
    "description": "C++ JSON parser/generator",
    "url": "https://github.com/png85/json_spirit/archive/json_spirit-4.0.8.tar.gz",
    "mirror": null,
    "homepage": "https://www.codeproject.com/Articles/20027/JSON-Spirit-A-C-JSON-Parser-Generator-Implemented",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = std_cmake_args",
        "args << \"-DBUILD_STATIC_LIBRARIES=ON\"",
        "system \"cmake\", *args",
        "system \"make\"",
        "args = std_cmake_args",
        "args << \"-DBUILD_STATIC_LIBRARIES=OFF\"",
        "system \"cmake\", *args",
        "system \"make\", \"install\""
    ],
    "version": "4.0.8",
    "file": "json_spirit.rb"
}