void-packages/srcpkgs/spectrwm/template

27 lines
810 B
Bash

# Template file for 'spectrwm'
pkgname=spectrwm
version=3.5.1
revision=1
_distname=SPECTRWM_${version//./_}
build_style=gnu-makefile
make_build_args='-C linux SYSCONFDIR=/etc'
make_install_args="$make_build_args"
hostmakedepends="pkg-config"
makedepends="libXcursor-devel libXft-devel libXrandr-devel libXt-devel
xcb-util-keysyms-devel xcb-util-wm-devel"
short_desc="Small dynamic tiling window manager for X11"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="http://spectrwm.org"
distfiles="https://github.com/conformal/spectrwm/archive/${_distname}.tar.gz"
checksum=7fe4260208a52d9fb844291d0afe6af18887c5452df0b921ed780af7b9223f0f
conf_files="/etc/spectrwm.conf"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vlicense LICENSE.md
}