From a315dfe2d8dd4e472eef372907846cfc49855a06 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Mon, 28 Oct 2024 14:48:13 +0100 Subject: [PATCH] dinit: update to 0.19.1. --- srcpkgs/dinit/template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dinit/template b/srcpkgs/dinit/template index 60645bcb00f..8b3fa5068fc 100644 --- a/srcpkgs/dinit/template +++ b/srcpkgs/dinit/template @@ -1,11 +1,11 @@ # Template file for 'dinit' pkgname=dinit -version=0.18.0 +version=0.19.1 revision=1 build_style=meson configure_args=" -Ddinit-sbindir=/usr/bin - -Dbuild-shutdown=disabled + -Dshutdown-prefix=dinit- -Dunit-tests=true -Digr-tests=true -Db_ndebug=false" @@ -16,4 +16,10 @@ license="Apache-2.0" homepage="https://davmac.org/projects/dinit/" changelog="https://raw.githubusercontent.com/davmac314/dinit/master/NEWS" distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz" -checksum=ec854903e93416b3f65e72009dcde4965869d8793e2314565484d94ede534e48 +checksum=e4ef40844ce64ca7476b9acba2adabdca49a2b59c97641a99e7d47904701a5f5 + +post_install() { + vmkdir usr/share/doc/dinit + vcopy doc/linux/* usr/share/doc/dinit/ + vdoc doc/getting_started.md +}