18 lines
466 B
Bash
18 lines
466 B
Bash
# Template file for 'xlsclients'
|
|
pkgname=xlsclients
|
|
version=1.1.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libxcb-devel"
|
|
short_desc="X client listing utility"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=68baee57e70250ac4a7759fb78221831f97d88bc8e51dcc2e64eb3f8ca56bae3
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|