From b2f837640f47d7df95e1533cbbaaa1557e0097f2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 22 Jan 2019 14:04:53 +0100 Subject: [PATCH] New package: chelf-0.2.1 --- srcpkgs/chelf/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/chelf/template diff --git a/srcpkgs/chelf/template b/srcpkgs/chelf/template new file mode 100644 index 0000000000..a4ec19052d --- /dev/null +++ b/srcpkgs/chelf/template @@ -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 " +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 +}