menumaker: add missing license.

This commit is contained in:
maxice8 2017-10-16 20:33:45 -02:00 committed by Enno Boland
parent a3082f9c94
commit 324d4c8be3
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'menumaker'
pkgname=menumaker
version=0.99.10
revision=1
revision=2
noarch=yes
build_style=gnu-configure
hostmakedepends="python"
@ -14,3 +14,7 @@ license="BSD"
homepage="http://menumaker.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=7e22db0f0d937d33bb338e03f6eac9aa549b9a790c666e519b13de39de66a4d6
post_install() {
vlicense COPYING
}