sys-process/dinit - 0.19.4 (amano-kenji)

Search

Install

Install this version:

emerge -a =sys-process/dinit-0.19.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-process/dinit-0.19.4

Or alternatively:

emerge --autounmask-write -a =sys-process/dinit-0.19.4

Package Information

Description:
service manager and init system
Homepage:
("https://davmac.org/projects/dinit/" "https://github.com/davmac314/dinit")
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.19.4 8 ~amd64 0
View Raw Ebuild
EAPI=8

inherit meson

DESCRIPTION="service manager and init system"
HOMEPAGE=("https://davmac.org/projects/dinit/"
	"https://github.com/davmac314/dinit")
SRC_URI="https://github.com/davmac314/${PN}/releases/download/v${PV}/${P}.tar.xz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="primaryuri"
DOCS=(NEWS README.md TODO doc/COMPARISON doc/DESIGN doc/SECURITY doc/getting_started.md
	doc/linux/DINIT-AS-INIT.md)

src_configure() {
	local emesonargs=(
		-Dshutdown-prefix=dinit-
	)
	meson_src_configure
}

Inherited Eclasses

Manifest for 0.19.4

Type File Size Source URLs
DIST dinit-0.19.4.tar.xz 286060 bytes https://github.com/davmac314/dinit/releases/download/v0.19.4/dinit-0.19.4.tar.xz