From a40bba896c8766c632f452d59e2b577aee30c303 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 31 Jan 2018 15:53:32 -0200 Subject: [PATCH] python-M2Crypto: fix lack of vlicense (MIT) --- srcpkgs/python-M2Crypto/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template index 0555d7537c7..3212a8135ed 100644 --- a/srcpkgs/python-M2Crypto/template +++ b/srcpkgs/python-M2Crypto/template @@ -1,7 +1,7 @@ # Template file for 'python-M2Crypto' pkgname=python-M2Crypto version=0.27.0 -revision=2 +revision=3 wrksrc="M2Crypto-${version}" build_style=python2-module pycompile_module="M2Crypto" @@ -14,3 +14,7 @@ license="MIT" homepage="https://gitlab.com/m2crypto/m2crypto/" distfiles="${PYPI_SITE}/M/M2Crypto/M2Crypto-${version}.tar.gz" checksum=82317459d653322d6b37f122ce916dc91ddcd9d1b814847497ac796c4549dd68 + +post_install() { + vlicense LICENCE +}