18 lines
481 B
Bash
18 lines
481 B
Bash
# Template file for 'xprop'
|
|
pkgname=xprop
|
|
version=1.2.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libXmu-devel"
|
|
short_desc="Property displayer for X"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.freedesktop.org/xorg/app/xprop"
|
|
distfiles="${XORG_SITE}/app/xprop-${version}.tar.xz"
|
|
checksum=4436e3148bb91a162406230d9f736a49ca8b50b74790015dc15d78d6ce8e825f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|