void-packages/srcpkgs/python3-macholib/template
2020-03-10 13:42:32 +00:00

20 lines
589 B
Bash

# Template file for 'python3-macholib'
pkgname=python3-macholib
version=1.14
revision=1
archs=noarch
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
}