void-packages/srcpkgs/bspwm/template
2020-09-13 13:44:02 +00:00

18 lines
540 B
Bash

# Template file for 'bspwm'
pkgname=bspwm
version=0.9.10
revision=1
build_style=gnu-makefile
makedepends="xcb-util-wm-devel xcb-util-keysyms-devel"
short_desc="Tiling window manager based on binary space partitioning"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/baskerville/bspwm"
distfiles="https://github.com/baskerville/bspwm/archive/${version}.tar.gz"
checksum=0d0f5e465b9c27a5c2143c86189392fa297fad55253b9ed8f6854473d3928f8f
CFLAGS="-fcommon"
post_install() {
vlicense LICENSE
}