void-packages/srcpkgs/wmderland/template

20 lines
551 B
Bash

# Template file for 'wmderland'
pkgname=wmderland
version=1.0.5
revision=1
build_style=cmake
makedepends="libX11-devel glog-devel"
short_desc="Tiling window manager"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/aesophor/wmderland"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=dde9e545fcd45d82ae4be8516c9e591eec71bf8d4ceef3915b03a5552cb04466
post_install() {
vlicense LICENSE
vsconf example/config
vmkdir usr/share/xsessions
vcopy ${FILESDIR}/Wmderland.desktop usr/share/xsessions
}