19 lines
599 B
Bash
19 lines
599 B
Bash
|
# Template file for 'python3-click-threading'
|
||
|
pkgname=python3-click-threading
|
||
|
version=0.4.4
|
||
|
revision=3
|
||
|
wrksrc="click-threading-${version}"
|
||
|
build_style="python3-module"
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3-click"
|
||
|
short_desc="Multithreaded Click apps made easy (Python3)"
|
||
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/click-contrib/click-threading"
|
||
|
distfiles="${PYPI_SITE}/c/click-threading/click-threading-${version}.tar.gz"
|
||
|
checksum=b2b0fada5bf184b56afaccc99d0d2548d8ab07feb2e95e29e490f6b99c605de7
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|