From 4343c0d2a26fa9d1c241cd886529bc5a7b3572ad Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 21 Jan 2024 21:46:52 +0100 Subject: [PATCH] New package: python3_qtile-extras-0.24.0 --- srcpkgs/python3-qtile-extras/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-qtile-extras/template diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template new file mode 100644 index 00000000000000..414f78edccc10d --- /dev/null +++ b/srcpkgs/python3-qtile-extras/template @@ -0,0 +1,19 @@ +# Template file for 'python3-qtile-extras' +pkgname=python3-qtile-extras +version=0.24.0 +revision=1 +build_style=python3-pep517 +makedepends="python3-wheel python3-setuptools_scm" +depends="qtile" +checkdepends="python3-pytest python3-dbus-next ${depends}" +short_desc="Extra features and additions to qtile window manager" +maintainer="Bartek Stalewski " +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=fc3c6da73dc7246773dc4b11ed6d0e563fcfffd60f2f77205ff7f667969c6feb + +post_install() { + vlicense LICENSE +}