inputproto: add license

This commit is contained in:
Michael Gehring 2017-07-29 15:06:19 +00:00
parent 3550199913
commit e3ca8fb450
1 changed files with 4 additions and 0 deletions

View File

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