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