diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template new file mode 100644 index 00000000000..6fc101974d2 --- /dev/null +++ b/srcpkgs/python3-pem/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pem' +pkgname=python3-pem +version=19.1.0 +revision=1 +archs=noarch +wrksrc="pem-${version}" +build_style=python3-module +pycompile_module="pem" +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Easy PEM file parsing in Python3" +maintainer="maxice8 " +license="MIT" +homepage="https://pem.readthedocs.io/en/stable/" +distfiles="${PYPI_SITE}/p/pem/pem-${version}.tar.gz" +checksum=0f0428fbe22cafa3eb973619a1c329aa886a24bbdafe138d3a46a084059dc0b1 + +post_install() { + vlicense LICENSE +}