mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: chelf-0.2.1
This commit is contained in:
parent
0e39f18997
commit
b2f837640f
1 changed files with 16 additions and 0 deletions
16
srcpkgs/chelf/template
Normal file
16
srcpkgs/chelf/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'chelf'
|
||||||
|
pkgname=chelf
|
||||||
|
version=0.2.1
|
||||||
|
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=c883b6c9ce8234a712c82f996c75c7613440efc292e5e7876c69916b170a1a03
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin chelf
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue