15 lines
507 B
Bash
15 lines
507 B
Bash
# Template file for 'pax-utils'
|
|
pkgname=pax-utils
|
|
version=1.3.5
|
|
revision=1
|
|
build_style=meson
|
|
makedepends="libcap-devel"
|
|
checkdepends="python3-pyelftools"
|
|
short_desc="PaX aware and related utilities for ELF binaries"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://cgit.gentoo.org/proj/pax-utils.git/"
|
|
distfiles="https://gentoo.osuosl.org/distfiles/${pkgname}-${version}.tar.xz"
|
|
checksum=f0a5b03df2308aa2dd7aaf53b9ec0b2b48455b86129e477a1643de62904ab874
|
|
python_version=3
|