summaryrefslogtreecommitdiff
path: root/homebrew/lutok/.beer
blob: edf3333369fc24a81766eef5325e7e0043d3930b (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
29
30
31
32
{
    "name": "Lutok",
    "description": "Lightweight C++ API for Lua",
    "url": "https://github.com/jmmv/lutok/releases/download/lutok-0.4/lutok-0.4.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/jmmv/lutok",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "lua",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "ENV.deparallelize",
        "system \"make\", \"check\"",
        "system \"make\", \"install\"",
        "system \"make\", \"installcheck\""
    ],
    "version": "0.4",
    "file": "lutok.rb"
}