summaryrefslogtreecommitdiff
path: root/homebrew/sysdig/.beer
blob: 8d14121fc44785a90082bc4060a1e19e6595c22c (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
35
36
37
38
{
    "name": "Sysdig",
    "description": "System-level exploration and troubleshooting tool",
    "url": "https://github.com/draios/sysdig/archive/0.24.2.tar.gz",
    "mirror": null,
    "homepage": "https://www.sysdig.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "jsoncpp",
            "build-depend": false
        },
        {
            "depend": "luajit",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "sample_file",
            "url": "https://gist.githubusercontent.com/juniorz/9986999/raw/a3556d7e93fa890a157a33f4233efaf8f5e01a6f/sample.scap"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", \"-DSYSDIG_VERSION=#{version}\",",
        "\"-DUSE_BUNDLED_DEPS=OFF\",",
        "*std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "0.24.2",
    "file": "sysdig.rb"
}