void-packages/srcpkgs/python3-pysol_cards/template

22 lines
707 B
Bash
Raw Normal View History

2019-07-15 22:26:24 +00:00
# Template file for 'python3-pysol_cards'
pkgname=python3-pysol_cards
2019-07-29 18:52:02 +00:00
version=0.8.4
2019-07-15 22:26:24 +00:00
revision=1
wrksrc="pysol_cards-${version}"
build_style=python3-module
pycompile_module="pysol_cards"
hostmakedepends="python3-setuptools"
depends="python3-pbr"
checkdepends="python3-random2 python3-six python3-pyperclip python3-colorama
python3-cffi python3-appdirs python3-decorator python3-netifaces"
short_desc="Deal PySol FC Cards"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://fc-solve.shlomifish.org/"
distfiles="${PYPI_SITE}/p/pysol_cards/pysol_cards-${version}.tar.gz"
2019-07-29 18:52:02 +00:00
checksum=24c6d1dd8e6ee3a1d009e6b786e2973377d43e6008fc712fff5d05901936ec78
2019-07-15 22:26:24 +00:00
post_install() {
vlicense LICENSE
}