From c42e9b2bbd3e8b159d1afb6ba8421ea130f6d04d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 18 Apr 2019 06:31:31 -0300 Subject: [PATCH] New package: python3-pefile-2019.4.14 --- srcpkgs/python3-pefile/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-pefile/template 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 +}