summaryrefslogtreecommitdiff
path: root/homebrew/libxmlxx/.beer
blob: 81b2d1127200a67033f269dab78b77ca8ded33aa (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": "Libxmlxx",
    "description": "C++ wrapper for libxml",
    "url": "https://download.gnome.org/sources/libxml++/2.40/libxml++-2.40.1.tar.xz",
    "mirror": null,
    "homepage": "https://libxmlplusplus.sourceforge.io/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "glibmm",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.40.1",
    "file": "libxml++.rb"
}