void-packages/srcpkgs/python3-pysol_cards/template
2019-07-19 22:06:41 +02:00

21 lines
707 B
Bash

# Template file for 'python3-pysol_cards'
pkgname=python3-pysol_cards
version=0.8.0
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"
checksum=6b953c30e63211e88fa4d5a3b8634c59e839ecd98dbe233cc5ebd9ec100c9861
post_install() {
vlicense LICENSE
}