games-board/polyglot - 1.4.70b-r3 (gentoo)

Search

Install

Install this version:

emerge -a =games-board/polyglot-1.4.70b-r3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-board/polyglot-1.4.70b-r3

Or alternatively:

emerge --autounmask-write -a =games-board/polyglot-1.4.70b-r3

Package Information

Description:
Protocol adapter to run UCI chess engines under xboard
Homepage:
http://hardy.uhasselt.be/Toga/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.4.70b-r3 7 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
HOMEPAGE="http://hardy.uhasselt.be/Toga/"
# not entirely clear what the "b" in the version stands for
SRC_URI="http://hardy.uhasselt.be/Toga/${PN}-release/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"

PATCHES=(
	"${FILESDIR}"/${P}-no-common.patch
	"${FILESDIR}"/${P}-musl.patch
)
DOCS="AUTHORS ChangeLog TODO" # README* installed by build system

src_compile() {
	emake CFLAGS="-std=gnu17 ${CFLAGS}"
}