sys-apps/gardenerdb - 1.2 (gardenhouse)

Search

Install

Install this version:

emerge -a =sys-apps/gardenerdb-1.2

Package Information

Description:
Drop-in standalone implementation of systemds userdb
Homepage:
https://git.pinkro.se/Rose/gardenhouse/gardenerdb.git/about/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2 8 * -~* 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Drop-in standalone implementation of systemds userdb"
HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/gardenerdb.git/about/"
SRC_URI="https://git.pinkro.se/Rose/gardenhouse/gardenerdb.git/snapshot/gardenerdb-1.2.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="* -~*"
IUSE=""

BDEPEND="dev-libs/vali"

src_configure() {
	local emesonargs=(
		-Dinit-system=systemd,openrc
	)
	meson_src_configure
}

src_compile() {
	meson_src_compile
}

src_install() {
	meson_src_install
}

Inherited Eclasses

Dependencies

BDEPEND

dev-libs/vali

Manifest for 1.2

Type File Size Source URLs
DIST gardenerdb-1.2.tar.gz 48347 bytes https://git.pinkro.se/Rose/gardenhouse/gardenerdb.git/snapshot/gardenerdb-1.2.tar.gz