summaryrefslogtreecommitdiff
path: root/homebrew/snappystream/.beer
blob: 5252c757e7447dc4750d050340b7cc4f98a829c8 (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
{
    "name": "Snappystream",
    "description": "C++ snappy stream realization (compatible with snappy)",
    "url": "https://github.com/hoxnox/snappystream/archive/1.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/hoxnox/snappystream",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "snappy",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args, \"-DBUILD_TESTS=ON\"",
        "system \"make\", \"all\", \"test\", \"install\""
    ],
    "version": "1.0.0",
    "file": "snappystream.rb"
}