summaryrefslogtreecommitdiff
path: root/homebrew/myman/.beer
blob: e68c8d8bbd80fc82c5c45b7f6e85c7b4c971c7e2 (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
{
    "name": "Myman",
    "description": "Text-mode videogame inspired by Namco",
    "url": "https://downloads.sourceforge.net/project/myman/myman-cvs/myman-cvs-2009-10-30/myman-wip-2009-10-30.tar.gz",
    "mirror": null,
    "homepage": "https://myman.sourceforge.io/",
    "depends": [
        {
            "depend": "coreutils",
            "build-depend": true
        },
        {
            "depend": "gnu-sed",
            "build-depend": true
        },
        {
            "depend": "groff",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"RMDIR\"] = \"grmdir\"",
        "ENV[\"SED\"] = \"gsed\"",
        "ENV[\"INSTALL\"] = \"ginstall\"",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2009",
    "file": "myman.rb"
}