xmore: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:49:57 +02:00
parent 1251fabaab
commit cfcb839e8b
1 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,17 @@
# Template build file for 'xmore'.
pkgname=xmore
version=1.0.2
revision=3
revision=4
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXaw-devel"
short_desc="Plain text display program for the X Window System"
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=2a13f97891a3fd497074acc8ac8069f8583add5db4d3bf34a5da6a92bd61b9e2
post_install() {
vlicense COPYING
}