void-packages/srcpkgs/herbstluftwm/template
2020-11-10 10:26:51 -05:00

20 lines
663 B
Bash

# Template file for 'herbstluftwm'
pkgname=herbstluftwm
version=0.9.0
revision=1
build_style=cmake
hostmakedepends="pkg-config asciidoc"
makedepends="libXrandr-devel libXinerama-devel libglib-devel"
conf_files="/etc/xdg/${pkgname}/autostart"
short_desc="Manual tiling window manager for X"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="http://herbstluftwm.org"
changelog="https://raw.githubusercontent.com/herbstluftwm/herbstluftwm/master/NEWS"
distfiles="http://herbstluftwm.org/tarballs/${pkgname}-${version}.tar.gz"
checksum=7162e3e6ab6c93b4694c2cb28797ae6246a5be59ff68eeb55a7271dfb29e616d
post_install() {
vlicense LICENSE
}