13 lines
537 B
Bash
13 lines
537 B
Bash
# Template file for 'patchelf'
|
|
pkgname=patchelf
|
|
version=0.19.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Utility for modifing existing ELF executables and libraries"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/NixOS/patchelf"
|
|
changelog="https://raw.githubusercontent.com/NixOS/patchelf/refs/heads/master/ChangeLog.md"
|
|
distfiles="${homepage}/releases/download/${version}/patchelf-${version}.tar.bz2"
|
|
checksum=2cce01de93653829f6ab68a20c2ec275e1c00a946110704a27e928d2e6e88716
|