app-crypt/gardenlock - 1.2 (gardenhouse)

Search

Install

Install this version:

emerge -a =app-crypt/gardenlock-1.2

Package Information

Description:
Standalone drop-in implementation of systemd-pcrextend, systemd-tpm2-setup and systemd-measure.
Homepage:
https://git.pinkro.se/Rose/gardenhouse/gardenlock.git/about/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.2 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="Standalone drop-in implementation of systemd-pcrextend, systemd-tpm2-setup and systemd-measure."
HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/gardenlock.git/about/"

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

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

RDEPEND="app-crypt/tpm2-tss
		dev-libs/openssl
		dev-libs/json-c
		sys-apps/util-linux"
DEPEND="${RDEPEND}"

Inherited Eclasses

Dependencies

DEPEND

app-crypt/tpm2-tss
		dev-libs/openssl
		dev-libs/json-c
		sys-apps/util-linux

RDEPEND

app-crypt/tpm2-tss
		dev-libs/openssl
		dev-libs/json-c
		sys-apps/util-linux

Manifest for 1.2

Type File Size Source URLs
DIST gardenlock-1.2.tar.gz 39075 bytes https://git.pinkro.se/Rose/gardenhouse/gardenlock.git/snapshot/gardenlock-1.2.tar.gz