void-packages/srcpkgs/pysolfc/template
2020-06-23 11:12:54 +02:00

25 lines
835 B
Bash

# Template file for 'pysolfc'
pkgname=pysolfc
version=2.10.0
revision=1
archs="noarch"
wrksrc="PySolFC-${pkgname}-${version}"
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"
short_desc="Python solitaire game collection"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="http://pysolfc.sourceforge.net/"
distfiles="https://github.com/shlomif/PySolFC/archive/${pkgname}-${version}.tar.gz"
checksum=3cb681155b841edab25b38da666fe3f41cda66ad0b1a78b14ddbd6047327fd1b
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
}