summaryrefslogtreecommitdiff
path: root/homebrew/zork/.beer
blob: 01b483070e3b9895d92cf8fb3bb28f56bb1327ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Zork",
    "description": "The Dungeon modified from FORTRAN to C",
    "url": "https://github.com/devshane/zork/archive/v1.0.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/devshane/zork",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"DATADIR=#{share}\", \"BINDIR=#{bin}\"",
        "system \"make\", \"install\", \"DATADIR=#{share}\", \"BINDIR=#{bin}\", \"MANDIR=#{man}\""
    ],
    "version": "1.0.2",
    "file": "zork.rb"
}