From e3ca8fb4501366a59756df9cbb11d482f63a72b9 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:19 +0000 Subject: [PATCH] inputproto: add license --- srcpkgs/inputproto/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/inputproto/template b/srcpkgs/inputproto/template index 041aea6d261..5913f32a6a3 100644 --- a/srcpkgs/inputproto/template +++ b/srcpkgs/inputproto/template @@ -10,3 +10,7 @@ license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/proto/${pkgname}-${version}.tar.bz2" checksum=893a6af55733262058a27b38eeb1edc733669f01d404e8581b167f03c03ef31d + +post_install() { + vlicense COPYING +}