diff options
author | Julien Roy <julien@jroy.ca> | 2022-03-27 20:56:06 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-03-27 20:56:06 -0400 |
commit | 0b65314de188547a408ebc1f36624b79cb476095 (patch) | |
tree | 3ebe4f76faac26625810675912d006a815ec6e9d /app-crypt/clevis/clevis-18.ebuild | |
parent | dd4e11191b854a6289de186f187300a32d14b8b3 (diff) | |
download | MrRoy-Overlay-0b65314de188547a408ebc1f36624b79cb476095.tar.gz MrRoy-Overlay-0b65314de188547a408ebc1f36624b79cb476095.tar.bz2 MrRoy-Overlay-0b65314de188547a408ebc1f36624b79cb476095.zip |
Added clevis
Diffstat (limited to 'app-crypt/clevis/clevis-18.ebuild')
-rw-r--r-- | app-crypt/clevis/clevis-18.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-crypt/clevis/clevis-18.ebuild b/app-crypt/clevis/clevis-18.ebuild new file mode 100644 index 0000000..a8eff22 --- /dev/null +++ b/app-crypt/clevis/clevis-18.ebuild @@ -0,0 +1,16 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Automated Encryption Framework" +HOMEPAGE="https://github.com/latchset/clevis" +SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-libs/jose" +RDEPEND="${DEPEND}" +BDEPEND="" |