sys-kernel/tinyramfs - 9999 (nymphos)

Search

Package Information

Description:
Tiny initramfs written in POSIX shell
Homepage:
https://github.com/neeshy/tinyramfs
License:
GPL-3

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="Tiny initramfs written in POSIX shell"
HOMEPAGE="https://github.com/neeshy/tinyramfs"
EGIT_REPO_URI="${HOMEPAGE}.git"

LICENSE="GPL-3"
SLOT="0"

RDEPEND="sys-apps/busybox"
BDEPEND="app-text/scdoc"

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}

Dependencies

RDEPEND

sys-apps/busybox

BDEPEND

app-text/scdoc