gentoo/dev-libs/jose/jose-14.ebuild
Christopher Byrne 97dec33986
dev-libs/jose: new package, add 14
sys-auth/sssd can use dev-libs/jose to login to OpenID Connect providers,
like Microsoft Entra and Keycloak. app-crypt/clevis (in GURU) is its only
other reverse dependency.

Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43616
Closes: https://github.com/gentoo/gentoo/pull/43616
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-06 15:20:14 +01:00

25 lines
505 B
Bash

# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="C-language implementation of Javascript Object Signing and Encryption"
HOMEPAGE="https://github.com/latchset/jose"
SRC_URI="https://github.com/latchset/jose/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
dev-libs/jansson
dev-libs/openssl:=
sys-libs/zlib
"
BDEPEND="
virtual/pkgconfig
app-text/asciidoc
"