From afb29308e8790e15fabe9417e178e52949a3956f Mon Sep 17 00:00:00 2001
From: Michael Gehring <mg@ebfe.org>
Date: Sat, 29 Jul 2017 15:06:22 +0000
Subject: [PATCH] printproto: add license

---
 srcpkgs/printproto/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/printproto/template b/srcpkgs/printproto/template
index 3583965e5ad..f3de6e4c32c 100644
--- a/srcpkgs/printproto/template
+++ b/srcpkgs/printproto/template
@@ -10,3 +10,7 @@ license="MIT"
 maintainer="Juan RP <xtraeme@voidlinux.eu>"
 distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
 checksum=1298316cf43b987365ab7764d61b022a3d7f180b67b423eed3456862d155911a
+
+post_install() {
+	vlicense COPYING
+}