18 lines
466 B
Bash
18 lines
466 B
Bash
# Template file for 'xwininfo'
|
|
pkgname=xwininfo
|
|
version=1.1.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="Query information about X windows"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
|
|
checksum=3518897c17448df9ba99ad6d9bb1ca0f17bc0ed7c0fd61281b34ceed29a9253f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|