summaryrefslogtreecommitdiff
path: root/homebrew/tinyxml2/.beer
blob: 0d933d70aec22f45991a65b1a9c57634c39219f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Tinyxml2",
    "description": "Improved tinyxml (in memory efficiency and size)",
    "url": "https://github.com/leethomason/tinyxml2/archive/7.0.1.tar.gz",
    "mirror": null,
    "homepage": "http://grinninglizard.com/tinyxml2",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "7.0.1",
    "file": "tinyxml2.rb"
}