18 lines
467 B
Bash
18 lines
467 B
Bash
# Template file for 'xwininfo'
|
|
pkgname=xwininfo
|
|
version=1.1.5
|
|
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.bz2"
|
|
checksum=7a405441dfc476666c744f5fcd1bc8a75abf8b5b1d85db7b88b370982365080e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|