summaryrefslogtreecommitdiff
path: root/homebrew/simpletiles/.beer
blob: 69fdc354f51f8ace1de542fd4714f8cd870cdc76 (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
{
    "name": "SimpleTiles",
    "description": "Image generation library for spatial data",
    "url": "https://github.com/propublica/simple-tiles/archive/v0.6.1.tar.gz",
    "mirror": null,
    "homepage": "https://propublica.github.io/simple-tiles/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "cairo",
            "build-depend": false
        },
        {
            "depend": "gdal",
            "build-depend": false
        },
        {
            "depend": "pango",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.6.1",
    "file": "simple-tiles.rb"
}