app-crypt/simple-tpm-pk11 - 0.06 (gentoo)

Search

Install

Install this version:

emerge -a =app-crypt/simple-tpm-pk11-0.06

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

autounmask =app-crypt/simple-tpm-pk11-0.06

Or alternatively:

emerge --autounmask-write -a =app-crypt/simple-tpm-pk11-0.06

Package Information

Description:
Simple PKCS11 provider for TPM chips
Homepage:
https://github.com/ThomasHabets/simple-tpm-pk11
License:
Apache-2.0

Ebuild Details

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

EAPI=8

inherit autotools

if [[ ${PV} == *9999 ]]; then
	EGIT_REPO_URI="https://github.com/ThomasHabets/${PN}.git"
	inherit git-r3
else
	SRC_URI="https://github.com/ThomasHabets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
fi

DESCRIPTION="Simple PKCS11 provider for TPM chips"
HOMEPAGE="https://github.com/ThomasHabets/simple-tpm-pk11"

LICENSE="Apache-2.0"
SLOT="0"
RESTRICT="test" # needs to communicate with the TPM and gtest is all broken

DEPEND="
	app-crypt/tpm-tools[pkcs11]
	app-crypt/trousers
	dev-libs/opencryptoki[tpm]
	dev-libs/openssl:=
"
RDEPEND="${DEPEND}
	|| (
		>=net-misc/openssh-9.3_p1-r1
		>=net-misc/openssh-contrib-9.3_p1[-X509]
	)
"

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}

Inherited Eclasses

Dependencies

DEPEND

	app-crypt/tpm-tools[pkcs11]
	app-crypt/trousers
	dev-libs/opencryptoki[tpm]
	dev-libs/openssl:=

RDEPEND

${DEPEND}
	|| (
		>=net-misc/openssh-9.3_p1-r1
		>=net-misc/openssh-contrib-9.3_p1[-X509]
	)

Manifest for 0.06

Type File Size Source URLs
DIST simple-tpm-pk11-0.06.tar.gz 28993 bytes https://github.com/ThomasHabets/simple-tpm-pk11/archive/0.06.tar.gz