sys-kernel/graft-kernel - 1.1 (gardenhouse)

Search

Install

Install this version:

emerge -a =sys-kernel/graft-kernel-1.1

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

autounmask =sys-kernel/graft-kernel-1.1

Or alternatively:

emerge --autounmask-write -a =sys-kernel/graft-kernel-1.1

Package Information

Description:
UKI builder similiar to ukify that supports pcr measurments, secureboot and multi-stage UKIs
Homepage:
https://git.pinkro.se/Rose/gardenhouse/graft-kernel.git/about/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="UKI builder similiar to ukify that supports pcr measurments, secureboot and multi-stage UKIs"
HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/graft-kernel.git/about/"

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

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

BDEPEND=">=dev-lang/go-1.25.5"

src_compile() {
	ego build -o graft-kernel cmd/graft-kernel/main.go
}

src_install() {
	dobin graft-kernel

	default
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.25.5

Manifest for 1.1

Type File Size Source URLs
DIST graft-kernel-1.1.tar.gz 33627 bytes https://git.pinkro.se/Rose/gardenhouse/graft-kernel.git/snapshot/graft-kernel-1.1.tar.gz