sys-fs/libudev-zero - 9999 (nymphos)

Search

Install

Install this version:

emerge -a =sys-fs/libudev-zero-9999

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

autounmask =sys-fs/libudev-zero-9999

Or alternatively:

emerge --autounmask-write -a =sys-fs/libudev-zero-9999

Package Information

Description:
Daemonless replacement for libudev
Homepage:
https://github.com/illiliti/libudev-zero
License:
ISC

Ebuild Details

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

EAPI=8

DESCRIPTION="Daemonless replacement for libudev"
HOMEPAGE="https://github.com/illiliti/libudev-zero"
if [[ "${PV}" = 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="${HOMEPAGE}.git"
else
	SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
fi

LICENSE="ISC"
SLOT="0"

RDEPEND="
	!sys-apps/systemd
	!sys-apps/systemd-utils[udev]
	!virtual/udev"
DEPEND="sys-kernel/linux-headers"

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

Inherited Eclasses

Dependencies

DEPEND

sys-kernel/linux-headers

RDEPEND

	!sys-apps/systemd
	!sys-apps/systemd-utils[udev]
	!virtual/udev