From 0b65314de188547a408ebc1f36624b79cb476095 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 27 Mar 2022 20:56:06 -0400 Subject: Added clevis --- app-crypt/clevis/clevis-18.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app-crypt/clevis/clevis-18.ebuild (limited to 'app-crypt/clevis/clevis-18.ebuild') 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="" -- cgit v1.2.3