diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template new file mode 100644 index 00000000000..1882446385c --- /dev/null +++ b/srcpkgs/qtile/template @@ -0,0 +1,19 @@ +# Template file for 'qtile' +pkgname=qtile +version=0.21.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config" +makedepends="python3-devel libffi-devel pulseaudio-devel" +depends="python3-cairocffi python3-xcffib pango gdk-pixbuf" +short_desc="Full-featured tiling window manager written and configured in Python" +maintainer="Kai Stian Olstad " +license="MIT" +homepage="http://www.qtile.org/" +changelog="https://raw.githubusercontent.com/qtile/qtile/v${version}/CHANGELOG" +distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz" +checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254 + +post_install() { + vlicense LICENSE +}