summaryrefslogtreecommitdiff
path: root/homebrew/rawgl/.beer
blob: fb3bb899470851bb418ebd6db7b73c17cf62bad1 (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
{
    "name": "Rawgl",
    "description": "Rewritten engine for Another World",
    "url": "https://github.com/cyxx/rawgl/archive/rawgl-0.2.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/cyxx/rawgl",
    "depends": [
        {
            "depend": "sdl2",
            "build-depend": false
        },
        {
            "depend": "sdl2_mixer",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"rawgl\""
    ],
    "version": "0.2.1",
    "file": "rawgl.rb"
}