sys-libs/libudev-zero: new pkg from ::lanodanOverlay, add 1.0.3

Also added `tc-export CC` for full -native-symlinks systems.

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-03-12 17:10:05 +01:00
parent e97a862d40
commit 48312514cf
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST libudev-zero-1.0.3.tar.gz 12433 BLAKE2B 654eeea8fccc1ea842e2c171bd77a659784e8fab479d60fbbff1bfe93177097da29220f2ca15937d9a51000266514b40031d92ae3a336c4d48cae11c5572f90a SHA512 0fc83f5b87c822da5c4b38373b597db32fee265b1e121bbafee83ae9941d381e0a54d93f0ff74931b126da97bdc559fe83b5178b1e7604371e4263e97da67904

View File

@@ -0,0 +1,28 @@
# Copyright 2024-2026 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
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"
IUSE="static-libs"
RDEPEND="!sys-apps/systemd-utils[udev]"
src_compile() {
tc-export CC
emake libudev.so.1
use static-libs && emake AR="$(tc-getAR)" libudev.a
}
src_install() {
emake DESTDIR="${D}" PREFIX=/usr install-shared
use static-libs && emake DESTDIR="${D}" PREFIX=/usr install-static
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
<upstream>
<remote-id type="github">illility/libudev-zero</remote-id>
</upstream>
</pkgmetadata>