| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# 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
}
sys-apps/seedrng sys-process/nitro sys-process/runit !sys-apps/sysvinit