summaryrefslogtreecommitdiff
path: root/homebrew/netdata/.beer
blob: f41c3d944e2c33f4955a4f94d198895da45d6c5c (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
{
    "name": "Netdata",
    "description": "Distributed real-time performance and health monitoring",
    "url": "https://github.com/netdata/netdata/releases/download/v1.13.0/netdata-v1.13.0.tar.gz",
    "mirror": null,
    "homepage": "https://my-netdata.io/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "ossp-uuid",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "config = etc/\"netdata/netdata.conf\"",
        "inreplace config do |s|",
        "s.gsub!(/web files owner = .*/, \"web files owner = #{ENV[\"USER\"]}\")",
        "s.gsub!(/web files group = .*/, \"web files group = #{Etc.getgrgid(prefix.stat.gid).name}\")"
    ],
    "version": "1.13.0",
    "file": "netdata.rb"
}