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