summaryrefslogtreecommitdiff
path: root/homebrew/mgba/.beer
blob: 1ffe83844235394bc61cce0c35fbce7b27ad820c (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
    "name": "Mgba",
    "description": "Game Boy Advance emulator",
    "url": "https://github.com/mgba-emu/mgba/archive/0.7.1.tar.gz",
    "mirror": null,
    "homepage": "https://mgba.io/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "ffmpeg",
            "build-depend": false
        },
        {
            "depend": "imagemagick",
            "build-depend": false
        },
        {
            "depend": "libepoxy",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        },
        {
            "depend": "libzip",
            "build-depend": false
        },
        {
            "depend": "qt",
            "build-depend": false
        },
        {
            "depend": "sdl2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "if MacOS.version <= :el_capitan",
        "ENV[\"MACOSX_DEPLOYMENT_TARGET\"] = MacOS.version",
        "end",
        "inreplace \"src/platform/qt/CMakeLists.txt\", \"Applications\", \".\"",
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\"",
        "rm bin/\"mgba\"",
        "bin.write_exec_script \"#{prefix}/mGBA.app/Contents/MacOS/mGBA\""
    ],
    "version": "0.7.1",
    "file": "mgba.rb"
}