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

Search

Install

Install this version:

emerge -a =sys-apps/nitro-rc-9999

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

autounmask =sys-apps/nitro-rc-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/nitro-rc-9999

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
}

Inherited Eclasses

Dependencies

RDEPEND

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