xmh: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:49:56 +02:00
parent c95c42a51f
commit 1251fabaab

View File

@ -1,7 +1,7 @@
# Template build file for 'xmh'.
pkgname=xmh
version=1.0.3
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXaw-devel xbitmaps"
@ -9,6 +9,10 @@ depends="nmh"
short_desc="Send and read mail with an X interface to MH"
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=b92f4f912a5fb6346d52cc2b639aea087b347f3b2e4e1a4fc7a165b1345f5689
post_install() {
vlicense COPYING
}