summaryrefslogtreecommitdiff
path: root/homebrew/libxmlxx3/.beer
blob: ff07e73588c0cbc68bb6b5c154859b53023ff22a (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": "Libxmlxx3",
    "description": "C++ wrapper for libxml",
    "url": "https://download.gnome.org/sources/libxml++/3.0/libxml++-3.0.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": "3.0.1",
    "file": "libxml++3.rb"
}