18 lines
475 B
Bash
18 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
|
|
}
|