xlogo: add license.

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

View File

@ -1,13 +1,17 @@
# Template file for 'xlogo'
pkgname=xlogo
version=1.0.4
revision=3
revision=4
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXaw-devel"
short_desc="X Window System logo"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://www.x.org/archive/X11R6.8.1/doc/xlogo.1.html"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=17af6f4fb73e7310e087fbfe5d773bab2b0d6f37a894ae5ee32de4693af6ba92
post_install() {
vlicense COPYING
}