summaryrefslogtreecommitdiff
path: root/homebrew/libmypaint/.beer
blob: 5dd0865aa0a85cdb0fb905fc05485e18224cabd0 (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
{
    "name": "Libmypaint",
    "description": "MyPaint brush engine library",
    "url": "https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz",
    "mirror": null,
    "homepage": "https://github.com/mypaint/libmypaint/wiki",
    "depends": [
        {
            "depend": "intltool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "json-c",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-introspection\",",
        "\"--without-glib\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.3.0",
    "file": "libmypaint.rb"
}