vp-build/srcpkgs/python3-pefile/template

20 lines
602 B
Bash

# Template file for 'python3-pefile'
pkgname=python3-pefile
version=2019.4.18
revision=4
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://altgraph.readthedocs.io/en/latest/"
distfiles="${PYPI_SITE}/p/pefile/pefile-${version}.tar.gz"
checksum=a5d6e8305c6b210849b47a6174ddf9c452b2888340b8177874b862ba6c207645
post_install() {
vlicense LICENSE
}