vp-build/srcpkgs/xkill/template

18 lines
478 B
Bash

# Template build file for 'xkill'.
pkgname=xkill
version=1.0.5
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel libXmu-devel"
short_desc="Kill a client by its X resource"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=c5f0bb6a95e1ac7c4def8a657496d5d2f21ccd41eb47ef2c9ccb03fb6d6aff6b
post_install() {
vlicense COPYING
}