18 lines
456 B
Bash
18 lines
456 B
Bash
# Template file for 'xscope'
|
|
pkgname=xscope
|
|
version=1.4.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXt-devel"
|
|
short_desc="X Window Protocol Viewer"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=820d6708fce16e449a3cb8e62c2a0f49551e589d6595633deab82643e6a90c83
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|