20 lines
607 B
Bash
20 lines
607 B
Bash
# Template file for 'dinit'
|
|
pkgname=dinit
|
|
version=0.18.0
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="
|
|
-Ddinit-sbindir=/usr/bin
|
|
-Dbuild-shutdown=disabled
|
|
-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=ec854903e93416b3f65e72009dcde4965869d8793e2314565484d94ede534e48
|