summaryrefslogtreecommitdiff
path: root/homebrew/vecx/.beer
blob: 00c375002fb6aaaebf30da3d5553bb6c3526a86f (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
{
    "name": "Vecx",
    "description": "Vectrex emulator",
    "url": "https://github.com/jhawthorn/vecx/archive/v1.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/jhawthorn/vecx",
    "depends": [
        {
            "depend": "sdl",
            "build-depend": false
        },
        {
            "depend": "sdl_gfx",
            "build-depend": false
        },
        {
            "depend": "sdl_image",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace [\"e6809.c\", \"vecx.c\"], /__inline/, 'static \\1'",
        "system \"make\"",
        "bin.install \"vecx\""
    ],
    "version": "1.1",
    "file": "vecx.rb"
}