summaryrefslogtreecommitdiff
path: root/homebrew/cheops/.beer
blob: 7f205b8b7e0f840ed38cfbd930e82afcda3049fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Cheops",
    "description": "CHEss OPponent Simulator",
    "url": "https://files.nothingisreal.com/software/cheops/cheops-1.3.tar.bz2",
    "mirror": "https://github.com/logological/cheops/releases/download/1.3/cheops-1.3.tar.bz2",
    "homepage": "https://logological.org/cheops",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.3",
    "file": "cheops.rb"
}