mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
19 lines
644 B
Bash
19 lines
644 B
Bash
# Template file for 'python3-pyelftools'
|
|
pkgname=python3-pyelftools
|
|
version=0.32
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 library for parsing ELF and DWARF"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Public Domain"
|
|
homepage="https://github.com/eliben/pyelftools"
|
|
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
|
|
checksum=6de90ee7b8263e740c8715a925382d4099b354f29ac48ea40d840cf7aa14ace5
|
|
alternatives="pyelftools:readelf.py:/usr/bin/readelf.py3"
|
|
|
|
post_install() {
|
|
mv $DESTDIR/usr/bin/readelf.py $DESTDIR/usr/bin/readelf.py3
|
|
vlicense LICENSE
|
|
}
|