xman: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:49:51 +02:00
parent 1e079a6cef
commit b9176a1b23

View file

@ -1,7 +1,7 @@
# Template build file for 'xman'. # Template build file for 'xman'.
pkgname=xman pkgname=xman
version=1.1.4 version=1.1.4
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-manconfig=/etc/man.conf" configure_args="--with-manconfig=/etc/man.conf"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -9,6 +9,10 @@ makedepends="libXaw-devel"
short_desc="Manual page display program for the X Window System" short_desc="Manual page display program for the X Window System"
homepage="http://xorg.freedesktop.org" homepage="http://xorg.freedesktop.org"
license="MIT" license="MIT"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Leah Neukirchen <leah@vuxu.org>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=b3fa9d2e3f3745c529eb0b6ee4f0e00d936457d11e5221b2efad06ff7c84df29 checksum=b3fa9d2e3f3745c529eb0b6ee4f0e00d936457d11e5221b2efad06ff7c84df29
post_install() {
vlicense COPYING
}