From dddc5933fa2a5140dbe4725d1fed52b5eceabf26 Mon Sep 17 00:00:00 2001 From: Luc Date: Sun, 10 Aug 2025 13:53:30 +0200 Subject: [PATCH] app-crypt/zlevis/zlevis-2.2.ebuild: add --- app-crypt/zlevis/zlevis-2.2.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-crypt/zlevis/zlevis-2.2.ebuild diff --git a/app-crypt/zlevis/zlevis-2.2.ebuild b/app-crypt/zlevis/zlevis-2.2.ebuild new file mode 100644 index 0000000..30321ab --- /dev/null +++ b/app-crypt/zlevis/zlevis-2.2.ebuild @@ -0,0 +1,20 @@ +# No copyright + +EAPI=8 + +inherit meson + +DESCRIPTION="Tool that enables automatic decryption of a ZFS rpool with TPM2" +HOMEPAGE="https://git.ampel.dev/ampel/zlevis" +SRC_URI="https://git.ampel.dev/ampel/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~* amd64" +IUSE="dracut" + +RDEPEND=" + dev-libs/jose + app-crypt/tpm2-tools + dracut? ( >=sys-kernel/zlevis-dracut-1.0 ) +" \ No newline at end of file