summaryrefslogtreecommitdiff
path: root/homebrew/pidof/.beer
blob: 33cd3c22ffc361ae1e0843cb610077b1fe454f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Pidof",
    "description": "Display the PID number for a given process name",
    "url": "http://www.nightproductions.net/downloads/pidof_source.tar.gz",
    "mirror": null,
    "homepage": "http://www.nightproductions.net/cli.htm",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"all\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags}\"",
        "man1.install gzip(\"pidof.1\")",
        "bin.install \"pidof\""
    ],
    "version": "1.0-unknown",
    "file": "pidof.rb"
}