22 lines
707 B
Bash
22 lines
707 B
Bash
|
# Template file for 'python3-pysol_cards'
|
||
|
pkgname=python3-pysol_cards
|
||
|
version=0.6.2
|
||
|
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=a18cdc51ca8731dfc4a74def98ea7585c07b50aac14e1a708f9ef376f49f769d
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|