summaryrefslogtreecommitdiff
path: root/homebrew/sntop/.beer
blob: 3b1605579b684f3d706f5fff87916581760c3bac (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
{
    "name": "Sntop",
    "description": "Curses-based utility that polls hosts to determine connectivity",
    "url": "https://pkg.freebsd.org/ports-distfiles/sntop-1.4.3.tar.gz",
    "mirror": null,
    "homepage": "https://sntop.sourceforge.io/",
    "depends": [
        {
            "depend": "fping",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\",",
        "\"--sysconfdir=#{etc}\"",
        "etc.mkpath",
        "bin.mkpath",
        "man1.mkpath",
        "system \"make\", \"install\""
    ],
    "version": "1.4.3",
    "file": "sntop.rb"
}