From f1b022ede87570d7a121a0e925659de4ffb07e2b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 13 Jan 2021 18:11:07 +0100 Subject: [PATCH] New package: dumb-init-1.2.4 --- srcpkgs/dumb-init/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/dumb-init/template diff --git a/srcpkgs/dumb-init/template b/srcpkgs/dumb-init/template new file mode 100644 index 0000000000..f3e5898f81 --- /dev/null +++ b/srcpkgs/dumb-init/template @@ -0,0 +1,17 @@ +# Template file for 'dumb-init' +pkgname=dumb-init +version=1.2.4 +revision=1 +build_style=gnu-makefile +short_desc="Minimal init system for Linux containers" +maintainer="Duncaen " +license="MIT" +homepage="https://github.com/Yelp/dumb-init" +changelog="https://github.com/Yelp/dumb-init/releases" +distfiles="https://github.com/Yelp/dumb-init/archive/v${version}.tar.gz" +checksum=8834ce3a520991607e38e2df2f74624db1f28114cb670427745370fcde08cdcb + +do_install() { + vbin dumb-init + vlicense LICENSE +}