sys-apps/sysext - 9999 (gardenhouse)

Search

Install

Install this version:

emerge -a =sys-apps/sysext-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/sysext-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/sysext-9999

Package Information

Description:
A system extension manager.
Homepage:
https://git.pinkro.se/Rose/gardenhouse/sysext.git/about/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~* 0
View Raw Ebuild
# 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
}