diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template new file mode 100644 index 00000000000..75289b4f3ca --- /dev/null +++ b/srcpkgs/python3-PyPDF2/template @@ -0,0 +1,19 @@ +# Template file for 'python3-PyPDF2' +pkgname=python3-PyPDF2 +version=1.26.0 +revision=1 +archs=noarch +wrksrc="PyPDF2-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="PDF toolkit" +maintainer="Piotr Wójcik " +license="BSD-3-Clause" +homepage="http://mstamy2.github.com/PyPDF2" +distfiles="${PYPI_SITE}/P/PyPDF2/PyPDF2-${version}.tar.gz" +checksum=e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385 + +post_install() { + vlicense LICENSE +}