Added initial zlevis package
This commit is contained in:
parent
1805a973c7
commit
83f749c842
2 changed files with 19 additions and 0 deletions
1
app-crypt/zlevis/Manifest
Normal file
1
app-crypt/zlevis/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST zlevis-1.3.tar.xz 14872 BLAKE2B b167d22dede6b72610b2d48e149371126a385e079f12263da61ad55a8ae57fde39d062117290fb0b0e871e175bd7019b838f93d79b0cc874e9afbb2007d7030d SHA512 c70367259f1f37458d072715ab8b574669e6a63a775bcf45db170eabc460930d42a6c909d2d1c571c763be0720221887fd36dcd83e6e09f1662ce05db6be9001
|
18
app-crypt/zlevis/zlevis-1.3.ebuild
Normal file
18
app-crypt/zlevis/zlevis-1.3.ebuild
Normal file
|
@ -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=""
|
Loading…
Reference in a new issue