xedit: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:49:36 +02:00
parent 35eb85fcac
commit 27f5ee9a96
1 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,17 @@
# Template build file for 'xedit'.
pkgname=xedit
version=1.2.2
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXaw-devel"
short_desc="Simple text editor for X"
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=69aa42885dfc06332ca22eb01cc7187e49206e6d65b74113a8ee4cc345fc2927
post_install() {
vlicense COPYING
}