summaryrefslogtreecommitdiff
path: root/homebrew/spawnfcgi/.beer
blob: 759d3f8d8ad7eb666460adc985f5934145a4d680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "SpawnFcgi",
    "description": "Spawn fast-CGI processes",
    "url": "https://www.lighttpd.net/download/spawn-fcgi-1.6.4.tar.gz",
    "mirror": null,
    "homepage": "https://redmine.lighttpd.net/projects/spawn-fcgi",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.6.4",
    "file": "spawn-fcgi.rb"
}