26 lines
723 B
Bash
26 lines
723 B
Bash
# Template file for 'dinit'
|
|
pkgname=dinit
|
|
version=0.19.1
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="
|
|
-Ddinit-sbindir=/usr/bin
|
|
-Dshutdown-prefix=dinit-
|
|
-Dunit-tests=true
|
|
-Digr-tests=true
|
|
-Db_ndebug=false"
|
|
hostmakedepends="m4"
|
|
short_desc="Service manager and init system"
|
|
maintainer="dkwo <npiazza@disroot.org>"
|
|
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=e4ef40844ce64ca7476b9acba2adabdca49a2b59c97641a99e7d47904701a5f5
|
|
|
|
post_install() {
|
|
vmkdir usr/share/doc/dinit
|
|
vcopy doc/linux/* usr/share/doc/dinit/
|
|
vdoc doc/getting_started.md
|
|
}
|