18 lines
691 B
Bash
18 lines
691 B
Bash
# Template file for 'pychess'
|
|
pkgname=pychess
|
|
version=1.0.2
|
|
revision=1
|
|
build_style=python3-module
|
|
pycompile_module="pychess"
|
|
_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
|
|
gobject-introspection gtksourceview"
|
|
hostmakedepends="python3-setuptools gettext ${_commondeps}"
|
|
depends="stockfish gnome-icon-theme python3-websockets
|
|
python3-psutil gst-plugins-base1 ${_commondeps}"
|
|
short_desc="GTK chess client written in Python"
|
|
maintainer="cipr3s <cipr3s@gmx.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://pychess.github.io"
|
|
distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2
|