xcursorgen: add license

This commit is contained in:
Michael Gehring 2017-07-29 15:06:24 +00:00
parent fab710e923
commit 0063d8ce67

View file

@ -11,3 +11,7 @@ license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c checksum=31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c
post_install() {
vlicense COPYING
}