summaryrefslogtreecommitdiff
path: root/homebrew/xqilla/.beer
blob: 9302ceb613266e7999ad9355274a15d01d52edcd (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
{
    "name": "Xqilla",
    "description": "XQuery and XPath 2 command-line interpreter",
    "url": "https://downloads.sourceforge.net/project/xqilla/XQilla-2.3.4.tar.gz",
    "mirror": null,
    "homepage": "https://xqilla.sourceforge.io/",
    "depends": [
        {
            "depend": "xerces-c",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "zorba",
            "reason": "Both supply xqc.h"
        }
    ],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--with-xerces=#{HOMEBREW_PREFIX}\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.3.4",
    "file": "xqilla.rb"
}