summaryrefslogtreecommitdiff
path: root/homebrew/libsoup/.beer
blob: 17af33c5eac53ff2de259b01205affe232cdbe6b (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
51
52
{
    "name": "Libsoup",
    "description": "HTTP client/server library for GNOME",
    "url": "https://download.gnome.org/sources/libsoup/2.66/libsoup-2.66.1.tar.xz",
    "mirror": null,
    "homepage": "https://wiki.gnome.org/Projects/libsoup",
    "depends": [
        {
            "depend": "gobject-introspection",
            "build-depend": true
        },
        {
            "depend": "meson",
            "build-depend": true
        },
        {
            "depend": "ninja",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "glib-networking",
            "build-depend": false
        },
        {
            "depend": "gnutls",
            "build-depend": false
        },
        {
            "depend": "libpsl",
            "build-depend": false
        },
        {
            "depend": "vala",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"meson\", \"--prefix=#{prefix}\", \"..\"",
        "system \"ninja\", \"-v\"",
        "system \"ninja\", \"install\", \"-v\""
    ],
    "version": "2.66.1",
    "file": "libsoup.rb"
}