void-packages/srcpkgs/python3-pyelftools/template
Đoàn Trần Công Danh 41c80082fa python3-pyelftools: don't provides readelf alternatives
`/usr/bin/readelf` is provided by binutils.
This alternatives were incorrect from very begining.
2020-10-03 10:41:54 +07:00

20 lines
675 B
Bash

# Template file for 'python3-pyelftools'
pkgname=python3-pyelftools
version=0.25
revision=5
wrksrc="pyelftools-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 library for parsing ELF and DWARF"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Public Domain"
homepage="https://github.com/eliben/pyelftools"
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
checksum=89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24
alternatives="pyelftools:readelf.py:/usr/bin/readelf.py3"
post_install() {
mv $DESTDIR/usr/bin/readelf.py $DESTDIR/usr/bin/readelf.py3
vlicense LICENSE
}