mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
25 lines
881 B
Bash
25 lines
881 B
Bash
# Template file for 'pysolfc'
|
|
pkgname=pysolfc
|
|
version=3.2.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="gettext python3-pygame python3-random2 python3-six
|
|
python3-tkinter python3-Pillow python3-attrs python3-pysol_cards"
|
|
depends="pysolfc-cardsets ${hostmakedepends} python3-configobj"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python solitaire game collection"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://pysolfc.sourceforge.io/"
|
|
changelog="https://github.com/shlomif/PySolFC/blob/master/NEWS.asciidoc"
|
|
distfiles="https://github.com/shlomif/PySolFC/archive/pysolfc-${version}.tar.gz"
|
|
checksum=5f4f5ab13cab5b6436f6d417cee18f655af0d3bd63a25122924b7eca2c4ea86a
|
|
|
|
post_build() {
|
|
make mo rules
|
|
}
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/usr/bin/pysol{.py,}
|
|
sed -i "s|pysol.py|pysol|g" ${DESTDIR}/usr/share/applications/pysol.desktop
|
|
}
|