mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: python3-macholib-1.11
This commit is contained in:
parent
c42e9b2bbd
commit
3c1604c242
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-macholib/template
Normal file
20
srcpkgs/python3-macholib/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-macholib'
|
||||||
|
pkgname=python3-macholib
|
||||||
|
version=1.11
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="macholib-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="macholib"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-altgraph python3-setuptools"
|
||||||
|
short_desc="Python3 module for Mach-O header analysis and editing"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/erocarrera/pefile"
|
||||||
|
distfiles="${PYPI_SITE}/m/macholib/macholib-${version}.tar.gz"
|
||||||
|
checksum=c4180ffc6f909bf8db6cd81cff4b6f601d575568f4d5dee148c830e9851eb9db
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue