New package: tini-0.19.0

This commit is contained in:
radiden 2021-04-20 20:20:32 +02:00 committed by Andrew J. Hesford
parent fda6a3b388
commit abb2a11abd

17
srcpkgs/tini/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'tini'
pkgname=tini
version=0.19.0
revision=1
build_style=cmake
short_desc="Tiny but valid init for containers"
maintainer="PWA COLLECTIVE <pwa@cya.cx>"
license="MIT"
homepage="https://github.com/krallin/tini"
distfiles="https://github.com/krallin/tini/archive/refs/tags/v$version.tar.gz"
checksum=0fd35a7030052acd9f58948d1d900fe1e432ee37103c5561554408bdac6bbf0d
CFLAGS="-DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37"
post_install() {
vlicense LICENSE
ln -s tini-static $DESTDIR/usr/bin/docker-init
}