17 lines
462 B
Bash
17 lines
462 B
Bash
# Template file for 'chelf'
|
|
pkgname=chelf
|
|
version=0.2.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Change or display the stack size of an ELF binary"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/Gottox/chelf"
|
|
distfiles="https://github.com/Gottox/chelf/archive/v${version}.tar.gz"
|
|
checksum=e2c521a117ac869fb51835bf8e2a1c3d7f6c1839afe2b61a88cfd2688fe07e93
|
|
|
|
do_install() {
|
|
vbin chelf
|
|
vlicense LICENSE
|
|
}
|