# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        logological cheops 1.3
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories          games
license             GPL-2+
maintainers         nomaintainer

description         CHEss OPponent Simulator

long_description    CHEOPS (CHEss OPponent Simulator) is a fully-functional \
                    chess program capable of human-vs-human, \
                    human-vs-computer, and computer-vs-computer play. It uses \
                    a 64-square linear array board representation. The game \
                    tree search is alpha-beta, and the static evaluation \
                    function considers material, mobility, and motif features.

homepage            https://logological.org/cheops
master_sites        https://files.nothingisreal.com/software/cheops/
use_bzip2           yes

checksums           rmd160  ae12b6d6d9981e7fc2e2258b96ba3c9fefc2e891 \
                    sha256  a3ce2e94f73068159827a1ec93703b5075c7edfdf5b0c1aba4d71b3e43fe984e

configure.args      --disable-silent-rules
