19 lines
576 B
Bash
19 lines
576 B
Bash
# Template file for 'python3-macholib'
|
|
pkgname=python3-macholib
|
|
version=1.14
|
|
revision=2
|
|
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
|
|
}
|