summaryrefslogtreecommitdiff
path: root/homebrew/gnuchess/.beer
blob: 3a5e5503c6258e6bd56387e11097c15d49541b18 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "name": "GnuChess",
    "description": "GNU Chess",
    "url": "https://ftp.gnu.org/gnu/chess/gnuchess-6.2.5.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/chess/gnuchess-6.2.5.tar.gz",
    "homepage": "https://www.gnu.org/software/chess/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "help2man",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "book",
            "url": "https://ftp.gnu.org/gnu/chess/book_1.02.pgn.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "if build.head?",
        "system \"autoreconf\", \"--install\"",
        "chmod 0755, \"install-sh\"",
        "end",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\"",
        "resource(\"book\").stage do",
        "doc.install \"book_1.02.pgn\""
    ],
    "version": "6.2.5",
    "file": "gnu-chess.rb"
}