2019-01-22 14:04:53 +01:00
|
|
|
# Template file for 'chelf'
|
|
|
|
pkgname=chelf
|
|
|
|
version=0.2.1
|
2019-01-24 10:00:44 +01:00
|
|
|
revision=2
|
2019-01-22 14:04:53 +01:00
|
|
|
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=c883b6c9ce8234a712c82f996c75c7613440efc292e5e7876c69916b170a1a03
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vbin chelf
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|