summaryrefslogtreecommitdiff
path: root/homebrew/cheapglk/.beer
blob: 6a36db6750dd17ca37b85aa84192d8c2ece854e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Cheapglk",
    "description": "Extremely minimal Glk library",
    "url": "https://www.eblong.com/zarf/glk/cheapglk-106.tar.gz",
    "mirror": null,
    "homepage": "https://www.eblong.com/zarf/glk/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "lib.install \"libcheapglk.a\"",
        "include.install \"glk.h\", \"glkstart.h\", \"gi_blorb.h\", \"gi_dispa.h\", \"Make.cheapglk\""
    ],
    "version": "106",
    "file": "cheapglk.rb"
}