sysext-9999gardenhouse
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A system extension manager."
HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/sysext.git/about/"
EGIT_REPO_URI="https://git.pinkro.se/Rose/gardenhouse/sysext.git"
EGIT_BRANCH="main"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~*"
IUSE=""
DEPEND=""
src_install() {
exeinto /usr/bin/
doexe sysext
doinitd sysextd
}