summaryrefslogtreecommitdiff
path: root/homebrew/gearsystem/.beer
blob: 1cbcf83a88b66ea2e1a6f6aecfdc0959c9a62858 (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
{
    "name": "Gearsystem",
    "description": "Sega Master System / Game Gear emulator",
    "url": "https://github.com/drhelius/Gearsystem/archive/gearsystem-2.5.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/drhelius/Gearsystem",
    "depends": [
        {
            "depend": "qt",
            "build-depend": false
        },
        {
            "depend": "sdl2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"platforms/macosx/Gearsystem\" do",
        "inreplace \"Gearsystem.pro\" do |s|",
        "s.gsub! \"/usr/local/include\", Formula[\"sdl2\"].include.to_s",
        "s.gsub! \"/usr/local/lib\", Formula[\"sdl2\"].lib.to_s"
    ],
    "version": "2.5.1",
    "file": "gearsystem.rb"
}