diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template new file mode 100644 index 00000000000..bad0e2fd59f --- /dev/null +++ b/srcpkgs/python3-pefile/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pefile' +pkgname=python3-pefile +version=2019.4.14 +revision=1 +archs=noarch +wrksrc="pefile-${version}" +build_style=python3-module +pycompile_module="pefile.py peutils.py ordlookup" +hostmakedepends="python3-setuptools" +depends="python3-future" +short_desc="Read and work with Portable Executable (PE) files" +maintainer="maxice8 " +license="MIT" +homepage="https://altgraph.readthedocs.io/en/latest/" +distfiles="${PYPI_SITE}/p/pefile/pefile-${version}.tar.gz" +checksum=dfa244d99c00af7122514f724b47242df0dbc464366f973ce1ca9958490fb334 + +post_install() { + vlicense LICENSE +}