summaryrefslogtreecommitdiff
path: root/homebrew/atk/.beer
blob: ddff3a6b2b2794f4700b98f502261196ca798706 (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
{
    "name": "Atk",
    "description": "GNOME accessibility toolkit",
    "url": "https://download.gnome.org/sources/atk/2.32/atk-2.32.0.tar.xz",
    "mirror": null,
    "homepage": "https://library.gnome.org/devel/atk/",
    "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",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"meson\", \"--prefix=#{prefix}\", \"..\"",
        "system \"ninja\"",
        "system \"ninja\", \"install\""
    ],
    "version": "2.32.0",
    "file": "atk.rb"
}