18 lines
549 B
Bash
18 lines
549 B
Bash
# Template file for 'python3-macholib'
|
|
pkgname=python3-macholib
|
|
version=1.16.2
|
|
revision=2
|
|
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=557bbfa1bb255c20e9abafe7ed6cd8046b48d9525db2f9b77d3122a63a2a8bf8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|