17 lines
473 B
Bash
17 lines
473 B
Bash
# Template build file for 'xwininfo'.
|
|
pkgname=xwininfo
|
|
version=1.1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="Query information about X windows"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=839498aa46b496492a5c65cd42cd2e86e0da88149b0672e90cb91648f8cd5b01
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|