18 lines
452 B
Bash
18 lines
452 B
Bash
# Template file for 'xscope'
|
|
pkgname=xscope
|
|
version=1.4.3
|
|
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=50604759481ac9f747d75b3fd1ad1bab846656d5aa2b3cee5d0e4cb814273985
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|