summaryrefslogtreecommitdiff
path: root/homebrew/castxml/.beer
blob: d107696d9ec67f1585861ce5d990ae169ef1df1e (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
{
    "name": "Castxml",
    "description": "C-family Abstract Syntax Tree XML Output",
    "url": "https://github.com/CastXML/CastXML/archive/v0.2.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/CastXML/CastXML",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "llvm",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "0.2.0",
    "file": "castxml.rb"
}