mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: qtile-0.21.0
This commit is contained in:
parent
9714d6c4ac
commit
ce6b1a985a
1 changed files with 19 additions and 0 deletions
19
srcpkgs/qtile/template
Normal file
19
srcpkgs/qtile/template
Normal file
|
@ -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 <void@olstad.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue