summaryrefslogtreecommitdiff
path: root/homebrew/snzip/.beer
blob: 38fa362edf15b0b20e76cc2332ea5477eb276187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Snzip",
    "description": "Compression/decompression tool based on snappy",
    "url": "https://bintray.com/artifact/download/kubo/generic/snzip-1.0.4.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/kubo/snzip",
    "depends": [
        {
            "depend": "snappy",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0.4",
    "file": "snzip.rb"
}