19 lines
554 B
Bash
19 lines
554 B
Bash
# Template file for 'python3-pefile'
|
|
pkgname=python3-pefile
|
|
version=2024.8.26
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Read and work with Portable Executable (PE) files"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/erocarrera/pefile"
|
|
distfiles="${PYPI_SITE}/p/pefile/pefile-${version}.tar.gz"
|
|
checksum=3ff6c5d8b43e8c37bb6e6dd5085658d658a7a0bdcd20b6a07b1fcfc1c4e9d632
|
|
make_check=no # tests not included
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|