void-packages/srcpkgs/spectrwm/template
Thomas Vigouroux cc8cc05f93 spectrwm: update to 3.3.0
Update shasum

Fix shortdesc
2019-12-26 22:08:28 +01:00

23 lines
730 B
Bash

# Template file for 'spectrwm'
pkgname=spectrwm
version=3.3.0
revision=1
_distname=SPECTRWM_${version//./_}
wrksrc="spectrwm-${_distname}"
build_style=gnu-makefile
make_build_args='-C linux PREFIX=/usr'
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="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="ISC"
homepage="http://spectrwm.org"
distfiles="https://github.com/conformal/spectrwm/archive/${_distname}.tar.gz"
checksum=ee4e40d7f97f0318a8f26e7551aefea7b7b2d21609615736c87e812122c8f140
post_install() {
vlicense LICENSE.md
}