summaryrefslogtreecommitdiff
path: root/homebrew/zopfli/.beer
blob: 9af10a1dfd49b89284be066c23ec22c9aef5a691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Zopfli",
    "description": "New zlib (gzip, deflate) compatible compressor",
    "url": "https://github.com/google/zopfli/archive/zopfli-1.0.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/google/zopfli",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"zopfli\", \"zopflipng\"",
        "bin.install \"zopfli\", \"zopflipng\""
    ],
    "version": "1.0.2",
    "file": "zopfli.rb"
}