From 22b09f1d46f41e58957188c5a7c44e314572c298 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 29 Jul 2017 15:06:22 +0000 Subject: [PATCH] presentproto: add license --- srcpkgs/presentproto/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/presentproto/template b/srcpkgs/presentproto/template index 9b11a7c2e48..36e4aef1b2f 100644 --- a/srcpkgs/presentproto/template +++ b/srcpkgs/presentproto/template @@ -10,3 +10,7 @@ homepage="http://xorg.freedesktop.org" license="MIT" distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2" checksum=f69b23a8869f78a5898aaf53938b829c8165e597cda34f06024d43ee1e6d26b9 + +post_install() { + vlicense COPYING +}