New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/44222#issuecomment-1684894929 Comment: This now passes all tests and cross, the upcoming release should be good. ``` # Template file for 'dinit' pkgname=dinit version=0.17.0 revision=0 _commit=1694b965db8986d64d663d671013888fd22c7390 build_style=meson configure_args="-Ddinit-sbindir=/usr/bin -Dbuild-shutdown=disabled -Dunit-tests=true -Digr-tests=true -Db_ndebug=false" hostmakedepends="m4" checkdepends="libsanitizer-devel" short_desc="Service manager and init system" maintainer="Uli Baum " 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" distfiles="https://github.com/davmac314/dinit/archive/$_commit.tar.gz" checksum=d280ecf46ea5ab346f49df0064639dda7efd67382395b031016f3874357d201c ```