sys-apps/fjinit - 9999 (mva)

Search

Install

Install this version:

emerge -a =sys-apps/fjinit-9999

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

autounmask =sys-apps/fjinit-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/fjinit-9999

Package Information

Description:
process reaper intended for use as init-system in app-emulation/firejail
Homepage:
https://github.com/ScoreUnder/fjinit
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit git-r3 patches

DESCRIPTION="process reaper intended for use as init-system in app-emulation/firejail"
HOMEPAGE="https://github.com/ScoreUnder/fjinit"
EGIT_REPO_URI="https://github.com/ScoreUnder/${PN}"

LICENSE="MIT"
SLOT="0"

src_prepare() {
	sed -r \
		-e 's#^(PREFIX).*#\1=/usr#' \
		-e "s#^(CFLAGS.*)-Os#\1 ${CFLAGS}#" \
		-e 's#^(LDFLAGS.*)-s#\1#' \
		-i config.mk
	patches_src_prepare
}

Inherited Eclasses