From df1cf04636b0cb944a8ecd2dc706379699613bb2 Mon Sep 17 00:00:00 2001
From: maxice8 <thinkabit.ukim@gmail.com>
Date: Mon, 16 Oct 2017 23:26:12 -0200
Subject: [PATCH] myrddin: add missing license.

---
 srcpkgs/myrddin/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/myrddin/template b/srcpkgs/myrddin/template
index 1f0a7cc670e..4bfad62274e 100644
--- a/srcpkgs/myrddin/template
+++ b/srcpkgs/myrddin/template
@@ -1,7 +1,7 @@
 # Template file for 'myrddin'
 pkgname=myrddin
 version=0.2.0
-revision=1
+revision=2
 wrksrc=mc
 only_for_archs="x86_64 x86_64-musl"
 build_style=configure
@@ -14,6 +14,10 @@ homepage="https://myrlang.org/"
 distfiles="https://myrlang.org/releases/myrddin-${version}.tar.xz"
 checksum=4ad37b856edddc1172d584aaf67621eaccd6f378b132e6350c5c5ef9383eabcf
 
+post_install() {
+	vlicense LICENSE
+}
+
 pre_build() {
 	export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2//}
 }