sys-apps/nitro-rc - 9999 (nymphos)

Search

Package Information

Description:
nitro init scripts
Homepage:
https://github.com/neeshy/nitro-rc
License:
CC0-1.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 NymphOS Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="nitro init scripts"
HOMEPAGE="https://github.com/neeshy/nitro-rc"
EGIT_REPO_URI="${HOMEPAGE}.git"

LICENSE="CC0-1.0"
SLOT="0"

RDEPEND="
	sys-apps/seedrng
	sys-process/nitro
	sys-process/runit
	!sys-apps/sysvinit"

src_compile() {
	:
}

src_install() {
	emake DESTDIR="${D}" install
	dosym nitro /sbin/init
	dosym "${EPREFIX}/bin/nitroctl" /sbin/halt
	dosym "${EPREFIX}/bin/nitroctl" /sbin/reboot
	dosym "${EPREFIX}/bin/nitroctl" /sbin/poweroff
}

Dependencies

RDEPEND

	sys-apps/seedrng
	sys-process/nitro
	sys-process/runit
	!sys-apps/sysvinit