summaryrefslogtreecommitdiff
path: root/homebrew/mongoose/.beer
blob: 91a91a40e8c184a9a956a099e080fadd948cd3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "name": "Mongoose",
    "description": "Web server build on top of Libmongoose embedded library",
    "url": "https://github.com/cesanta/mongoose/archive/6.13.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/cesanta/mongoose",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "suite-sparse",
            "reason": "suite-sparse vendors libmongoose.dylib"
        }
    ],
    "patches": [],
    "install": [
        "cd \"examples/simplest_web_server\" do",
        "system \"make\"",
        "bin.install \"simplest_web_server\" => \"mongoose\""
    ],
    "version": "6.13",
    "file": "mongoose.rb"
}