void-packages/srcpkgs/spectrwm/template
Matthias von Faber ae50942849 spectrwm: fix libswmhack path
Broken by e03cf30e58
2018-03-26 15:41:40 +02:00

22 lines
734 B
Bash

# Template file for 'spectrwm'
pkgname=spectrwm
version=3.1.0
revision=2
build_style=gnu-makefile
make_build_args='-C linux PREFIX=/usr'
make_install_args="${make_build_args}"
_distname=SPECTRWM_${version//./_}
wrksrc="spectrwm-${_distname}"
short_desc="A small dynamic tiling window manager for X11"
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
makedepends="libXcursor-devel libXft-devel libXrandr-devel libXt-devel
xcb-util-keysyms-devel xcb-util-wm-devel"
hostmakedepends="pkg-config"
license="ISC"
homepage="http://spectrwm.org"
distfiles="https://github.com/conformal/spectrwm/archive/${_distname}.tar.gz"
checksum=b7a5e24fe6d923aadab947d354ff44ad742b721daaf334584e8eea9e15649d9a
post_install() {
vlicense LICENSE.md
}