sys-apps/efivar-set - 9999 (gardenhouse)

Search

Install

Install this version:

emerge -a =sys-apps/efivar-set-9999

Package Information

Description:
Tool to set any efivar to any value
Homepage:
https://git.pinkro.se/Rose/gardenhouse/efivar-set.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

inherit meson

DESCRIPTION="Tool to set any efivar to any value"
HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/efivar-set.git/about/"

if [[ ${PV} = 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://git.pinkro.se/Rose/gardenhouse/efivar-set.git"
	EGIT_BRANCH="main"
else
	SRC_URI="https://git.pinkro.se/Rose/gardenhouse/efivar-set.git/snapshot/efivar-set-${PV}.tar.gz"
    KEYWORDS="* -~*"
fi

LICENSE="GPL-3"
SLOT="0"
IUSE=""

Inherited Eclasses