summaryrefslogtreecommitdiff
path: root/homebrew/ballerburg/.beer
blob: 11184de5dd456683c02425195fc8e2e216ade963 (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": "Ballerburg",
    "description": "Castle combat game",
    "url": "https://download.tuxfamily.org/baller/ballerburg-1.2.0.tar.gz",
    "mirror": null,
    "homepage": "https://baller.tuxfamily.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "sdl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.2.0",
    "file": "ballerburg.rb"
}