summaryrefslogtreecommitdiff
path: root/homebrew/wumpus/.beer
blob: f77a0e0940cdeb8e84da27d67a2f846dc70f6b27 (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
{
    "name": "Wumpus",
    "description": "Exact clone of the ancient BASIC Hunt the Wumpus game",
    "url": "http://www.catb.org/~esr/wumpus/wumpus-1.6.tar.gz",
    "mirror": null,
    "homepage": "http://www.catb.org/~esr/wumpus/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://gitlab.com/esr/wumpus/commit/ea272d4786a55dbaa493d016324b7a05b4f165b9.diff",
            "strip": "1"
        },
        {
            "url": "https://gitlab.com/esr/wumpus/commit/99022db86e54c3338d6a670f219a0845fd531530.diff",
            "strip": "1"
        }
    ],
    "install": [
        "system \"make\"",
        "system \"make\", \"prefix=#{prefix}\", \"install\""
    ],
    "version": "1.6",
    "file": "wumpus.rb"
}