void-packages/srcpkgs/python3-macholib/template
2021-10-09 08:01:27 -04:00

19 lines
576 B
Bash

# Template file for 'python3-macholib'
pkgname=python3-macholib
version=1.14
revision=3
wrksrc="macholib-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-altgraph python3-setuptools"
short_desc="Python3 module for Mach-O header analysis and editing"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/erocarrera/pefile"
distfiles="${PYPI_SITE}/m/macholib/macholib-${version}.tar.gz"
checksum=0c436bc847e7b1d9bda0560351bf76d7caf930fb585a828d13608839ef42c432
post_install() {
vlicense LICENSE
}