app-crypt/zlevis/zlevis-2.2.ebuild: add
This commit is contained in:
parent
98f50ee5cc
commit
dddc5933fa
1 changed files with 20 additions and 0 deletions
20
app-crypt/zlevis/zlevis-2.2.ebuild
Normal file
20
app-crypt/zlevis/zlevis-2.2.ebuild
Normal file
|
@ -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 )
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue