xscope: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:50:22 +02:00
parent cfcb839e8b
commit ffe9224b5c

View file

@ -1,13 +1,17 @@
# Template build file for 'xscope'.
pkgname=xscope
version=1.4.1
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXt-devel"
short_desc="X Window Protocol Viewer"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=33807fbd51822435b23c28e7e78116e552826a6ca4d85632f098ad0ddf1ff423
post_install() {
vlicense COPYING
}