void-packages/srcpkgs/xkill/template
Leah Neukirchen b70c866531 xkill: update to 1.0.6.
Adopted.
2022-11-13 16:03:11 +01:00

17 lines
475 B
Bash

# Template file for 'xkill'
pkgname=xkill
version=1.0.6
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel libXmu-devel"
short_desc="Kill a client by its X resource"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
checksum=e5a8aa78c475677b11504646da8d93dacc30744258076a2ca418a24438aeb907
post_install() {
vlicense COPYING
}