20 lines
644 B
Bash
20 lines
644 B
Bash
# Template file for 'python3-pyelftools'
|
|
pkgname=python3-pyelftools
|
|
version=0.31
|
|
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=c774416b10310156879443b81187d182d8d9ee499660380e645918b50bc88f99
|
|
alternatives="pyelftools:readelf.py:/usr/bin/readelf.py3"
|
|
|
|
post_install() {
|
|
mv $DESTDIR/usr/bin/readelf.py $DESTDIR/usr/bin/readelf.py3
|
|
vlicense LICENSE
|
|
}
|