void-packages/srcpkgs/python3-qtile-extras/template
2025-06-18 21:37:16 +02:00

20 lines
745 B
Bash

# Template file for 'python3-qtile-extras'
pkgname=python3-qtile-extras
version=0.32.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="Bartek Stalewski <ftpd@insomniac.pl>"
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=b2a65d58eb76e7c29a8cae47b9b97ddd39e8db06e04b2a4e2a2eda70d8bc43d1
# Tests require a lot of python modules that are not packaged
make_check=no
post_install() {
vlicense LICENSE
}