summaryrefslogtreecommitdiff
path: root/homebrew/httpparser/.beer
blob: c87cf5ae1f6ac2f65270c36148565890a5f38636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "HttpParser",
    "description": "HTTP request/response parser for c",
    "url": "https://github.com/nodejs/http-parser/archive/v2.9.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/nodejs/http-parser",
    "depends": [
        {
            "depend": "coreutils",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"PREFIX=#{prefix}\", \"INSTALL=ginstall\"",
        "pkgshare.install \"test.c\""
    ],
    "version": "2.9.2",
    "file": "http-parser.rb"
}