void-packages/srcpkgs/python3-pefile/template

19 lines
566 B
Bash

# Template file for 'python3-pefile'
pkgname=python3-pefile
version=2023.2.7
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-future"
short_desc="Read and work with Portable Executable (PE) files"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://altgraph.readthedocs.io/en/latest/"
distfiles="${PYPI_SITE}/p/pefile/pefile-${version}.tar.gz"
checksum=82e6114004b3d6911c77c3953e3838654b04511b8b66e8583db70c65998017dc
make_check=no # tests not included
post_install() {
vlicense LICENSE
}