summaryrefslogtreecommitdiff
path: root/homebrew/zstd/.beer
blob: 1d72227d6dbf61d3c3682a49afd8f12c742ab60b (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
{
    "name": "Zstd",
    "description": "Zstandard is a real-time compression algorithm",
    "url": "https://github.com/facebook/zstd/archive/v1.4.0.tar.gz",
    "mirror": null,
    "homepage": "https://facebook.github.io/zstd/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"PREFIX=#{prefix}/\"",
        "system \"make\", \"-C\", \"contrib/pzstd\", \"googletest\"",
        "system \"make\", \"-C\", \"contrib/pzstd\", \"PREFIX=#{prefix}\"",
        "bin.install \"contrib/pzstd/pzstd\""
    ],
    "version": "1.4.0",
    "file": "zstd.rb"
}