21 lines
791 B
Bash
21 lines
791 B
Bash
# Template file for 'qtile'
|
|
pkgname=qtile
|
|
version=0.22.0
|
|
revision=2
|
|
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/master/CHANGELOG"
|
|
distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
|
|
checksum=ecec16cf41b6bbbc1847d0cd3f7dba68eb16fa175fbe856a229817297f605f6e
|
|
|
|
post_install() {
|
|
vinstall resources/qtile.desktop 644 usr/share/xsessions
|
|
vlicense LICENSE
|
|
}
|