summaryrefslogtreecommitdiff
path: root/homebrew/daemonize/.beer
blob: 9dbd411ba03b462a4058d27defec95c3783fffd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Daemonize",
    "description": "Run a command as a UNIX daemon",
    "url": "https://github.com/bmc/daemonize/archive/release-1.7.8.tar.gz",
    "mirror": null,
    "homepage": "https://software.clapper.org/daemonize/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "1.7.8",
    "file": "daemonize.rb"
}