summaryrefslogtreecommitdiff
path: root/homebrew/nrpe/.beer
blob: 48f4f720c42acb0523ab0b37eafd42bb66a46f7e (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
{
    "name": "Nrpe",
    "description": "Nagios remote plugin executor",
    "url": "https://downloads.sourceforge.net/project/nagios/nrpe-3.x/nrpe-3.2.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.nagios.org/",
    "depends": [
        {
            "depend": "nagios-plugins",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(var/\"run\").mkpath"
    ],
    "version": "3.2.1",
    "file": "nrpe.rb"
}