# Template file for 'python3-qtile-extras'
pkgname=python3-qtile-extras
version=0.37.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools python3-setuptools_scm"
depends="qtile"
short_desc="Extra features and additions to qtile window manager"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/elParaguayo/qtile-extras"
changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
distfiles="${PYPI_SITE}/q/qtile-extras/qtile_extras-${version}.tar.gz"
checksum=e21a28380a7da5ba24cb7ae3470573569d72d0e27b55bde0eae4e6d6679138ce
# Tests require a lot of python modules that are not packaged
make_check=no

post_install() {
	vlicense LICENSE
}
