summaryrefslogtreecommitdiff
path: root/homebrew/libgosu/.beer
blob: e011988d049c4163bac542c834c3f58a92d856c4 (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": "Libgosu",
    "description": "2D game development library",
    "url": "https://github.com/gosu/gosu/archive/v0.14.5.tar.gz",
    "mirror": null,
    "homepage": "https://libgosu.org",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "sdl2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"../cmake\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "0.14.5",
    "file": "libgosu.rb"
}