summaryrefslogtreecommitdiff
path: root/homebrew/gnushogi/.beer
blob: 473d1a944003bcafd00fdbccc8a87299b9fe68e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "GnuShogi",
    "description": "GNU Shogi (Japanese Chess)",
    "url": "https://ftp.gnu.org/gnu/gnushogi/gnushogi-1.4.2.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/gnushogi/gnushogi-1.4.2.tar.gz",
    "homepage": "https://www.gnu.org/software/gnushogi/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\", \"MANDIR=#{man6}\", \"INFODIR=#{info}\""
    ],
    "version": "1.4.2",
    "file": "gnu-shogi.rb"
}