From 83f749c8421d6b9169c841883e27f03af6a292a7 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 28 Dec 2024 02:49:34 +0100 Subject: [PATCH] Added initial zlevis package --- app-crypt/zlevis/Manifest | 1 + app-crypt/zlevis/zlevis-1.3.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 app-crypt/zlevis/Manifest create mode 100644 app-crypt/zlevis/zlevis-1.3.ebuild diff --git a/app-crypt/zlevis/Manifest b/app-crypt/zlevis/Manifest new file mode 100644 index 0000000..1621846 --- /dev/null +++ b/app-crypt/zlevis/Manifest @@ -0,0 +1 @@ +DIST zlevis-1.3.tar.xz 14872 BLAKE2B b167d22dede6b72610b2d48e149371126a385e079f12263da61ad55a8ae57fde39d062117290fb0b0e871e175bd7019b838f93d79b0cc874e9afbb2007d7030d SHA512 c70367259f1f37458d072715ab8b574669e6a63a775bcf45db170eabc460930d42a6c909d2d1c571c763be0720221887fd36dcd83e6e09f1662ce05db6be9001 diff --git a/app-crypt/zlevis/zlevis-1.3.ebuild b/app-crypt/zlevis/zlevis-1.3.ebuild new file mode 100644 index 0000000..1c7a42b --- /dev/null +++ b/app-crypt/zlevis/zlevis-1.3.ebuild @@ -0,0 +1,18 @@ +# No copyright + +EAPI=8 + +inherit meson + +DESCRIPTION="Tool that enables automatic decryption of ZFS root-pools with TPM2" +HOMEPAGE="https://git.bijl.us/luc/zlevis" +SRC_URI="https://git.bijl.us/luc/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~" +IUSE="" + +DEPEND="" +RDEPEND="dev-libs/jose app-crypt/tpm2-tools" +BDEPEND=""