diff options
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="" |