# 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/" SRC_URI="https://git.pinkro.se/Rose/gardenhouse/sysext.git/snapshot/sysext-1.0.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="* -~*" IUSE="" DEPEND="" src_install() { exeinto /usr/bin/ doexe sysext doinitd sysextd }