summaryrefslogtreecommitdiff
path: root/homebrew/guetzli/.beer
blob: 8afb81d3eaccb503d7d1e37ee06771945febd3c3 (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
{
    "name": "Guetzli",
    "description": "Perceptual JPEG encoder",
    "url": "https://github.com/google/guetzli/archive/v1.0.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/google/guetzli",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libpng",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "test_image",
            "url": "https://github.com/google/guetzli/releases/download/v1.0/bees.png"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"bin/Release/guetzli\""
    ],
    "version": "1.0.1",
    "file": "guetzli.rb"
}