summaryrefslogtreecommitdiff
path: root/homebrew/rgbds/.beer
blob: ef37b75f3176353d45d8f5b36b7c8e40858ac2ee (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
{
    "name": "Rgbds",
    "description": "Rednex GameBoy Development System",
    "url": "https://github.com/rednex/rgbds/archive/v0.3.8.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/rednex/rgbds",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libpng",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"PREFIX=#{prefix}\", \"mandir=#{man}\""
    ],
    "version": "0.3.8",
    "file": "rgbds.rb"
}