1 # Maintainer: Andreas Radke <andyrtr@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Kill a client by its X resource"
9 url="https://xorg.freedesktop.org/"
11 depends=('libx11' 'libxmu')
12 makedepends=('xorg-util-macros')
13 groups=('xorg-apps' 'xorg')
14 source=(https://xorg.freedesktop.org/archive/individual/app/xkill-${pkgver}.tar.xz{,.sig})
15 sha512sums=('a755a8db51d7860b9942161776390007b9b530c2f7fcf8ddb3383311d36d185a6f08a44c5f6f7735576b146902e66aca21cbd7e746c1289d035e79332e8173b6'
17 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith@oracle.com>"
21 ./configure --prefix=/usr
27 make DESTDIR="${pkgdir}" install
28 install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"