dinit: update to 0.19.1.

This commit is contained in:
dataCobra 2024-10-28 14:48:13 +01:00 committed by classabbyamp
parent 24883cd17b
commit a315dfe2d8

View file

@ -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
}