# Copyright 1999-2028 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit git-r3 DESCRIPTION="A portable reimplementation of systemd-sysusers." HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/sysuserd.git/about/" EGIT_REPO_URI="https://git.pinkro.se/Rose/gardenhouse/sysuserd.git" EGIT_BRANCH="main" LICENSE="GPL-3" SLOT="0" KEYWORDS="~*" IUSE="" DEPEND="" RDEPEND="app-shells/bash" src_install() { exeinto /usr/bin/ doexe sysuserd doinitd ${FILESDIR}/sysuserd }