summaryrefslogtreecommitdiff
path: root/homebrew/libsvg/.beer
blob: 49167a312e628277f16b05abbbfb8dfb4f873289 (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": "Libsvg",
    "description": "Library for SVG files",
    "url": "https://cairographics.org/snapshots/libsvg-0.1.4.tar.gz",
    "mirror": null,
    "homepage": "https://cairographics.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "jpeg",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.1.4",
    "file": "libsvg.rb"
}