summaryrefslogtreecommitdiff
path: root/homebrew/waiton/.beer
blob: 777c4126eb2e3e534eb82b0ca7da35563f5d67cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "WaitOn",
    "description": "Provides shell scripts with access to kqueue(3)",
    "url": "https://pkg.freebsd.org/ports-distfiles/wait_on-1.1.tar.gz",
    "mirror": "https://mirrorservice.org/sites/distfiles.macports.org/wait_on/wait_on-1.1.tar.gz",
    "homepage": "https://www.freshports.org/sysutils/wait_on/",
    "depends": [
        {
            "depend": "bsdmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"bsdmake\"",
        "bin.install \"wait_on\"",
        "man1.install \"wait_on.1.gz\""
    ],
    "version": "1.1",
    "file": "wait_on.rb"
}