summaryrefslogtreecommitdiff
path: root/homebrew/snappy/.beer
blob: d3e5c0dc95fc424a3a9882dc45253cd97788818b (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
32
33
34
{
    "name": "Snappy",
    "description": "Compression/decompression library aiming for high speed",
    "url": "https://github.com/google/snappy/archive/1.1.7.tar.gz",
    "mirror": null,
    "homepage": "https://google.github.io/snappy/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/google/snappy/pull/61.patch?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\"",
        "system \"make\", \"clean\"",
        "system \"cmake\", \".\", \"-DBUILD_SHARED_LIBS=ON\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.1.7",
    "file": "snappy.rb"
}