summaryrefslogtreecommitdiff
path: root/homebrew/lz4/.beer
blob: 959336ecf57b8a8f64028b7c51184c5b5150727f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Lz4",
    "description": "Extremely Fast Compression algorithm",
    "url": "https://github.com/lz4/lz4/archive/v1.9.1.tar.gz",
    "mirror": null,
    "homepage": "https://lz4.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/lz4/lz4/pull/694.patch?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "1.9.1",
    "file": "lz4.rb"
}