void-packages/srcpkgs/herbstluftwm/template
2020-06-12 19:18:48 +02:00

19 lines
663 B
Bash

# Template file for 'herbstluftwm'
pkgname=herbstluftwm
version=0.8.3
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=a14e3b7e0c1c3f6a318a0a9cf631a4ab572e6de22c84c77603cf38e1e425abe2
post_install() {
vlicense LICENSE
}