summaryrefslogtreecommitdiff
path: root/homebrew/uriparser/.beer
blob: 98c83fcc07e53bb19c15f2468b14cec535ef6b8f (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "name": "Uriparser",
    "description": "URI parsing library (strictly RFC 3986 compliant)",
    "url": "https://github.com/uriparser/uriparser/releases/download/uriparser-0.9.1/uriparser-0.9.1.tar.bz2",
    "mirror": null,
    "homepage": "https://uriparser.github.io/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [
        {
            "name": "gtest",
            "url": "https://github.com/google/googletest/archive/release-1.8.1.tar.gz"
        }
    ],
    "conflicts": [
        {
            "conflict": "libkml",
            "reason": "both install `liburiparser.dylib`"
        }
    ],
    "patches": [],
    "install": [
        "(buildpath/\"gtest\").install resource(\"gtest\")",
        "(buildpath/\"gtest/googletest\").cd do",
        "system \"cmake\", \".\"",
        "system \"make\""
    ],
    "version": "0.9.1",
    "file": "uriparser.rb"
}