sys-libs/libudev-zero - 1.0.5 (guru)

Search

Install

Install this version:

emerge -a =sys-libs/libudev-zero-1.0.5

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

autounmask =sys-libs/libudev-zero-1.0.5

Or alternatively:

emerge --autounmask-write -a =sys-libs/libudev-zero-1.0.5

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
1.0.5 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2024-2026 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Daemonless replacement for libudev"
HOMEPAGE="https://github.com/illiliti/libudev-zero"
SRC_URI="https://github.com/illiliti/libudev-zero/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	!sys-apps/systemd-utils[udev]
	sys-apps/hwdata
"

src_configure() {
	local emesonargs=(
		-Ddefault_library=shared
	)

	meson_src_configure
}

Inherited Eclasses

Dependencies

RDEPEND

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

Manifest for 1.0.5

Type File Size Source URLs
DIST libudev-zero-1.0.5.tar.gz 16601 bytes https://github.com/illiliti/libudev-zero/archive/refs/tags/1.0.5.tar.gz