Add dev-libs/cjose ebuild for mod_auth_openidc
Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
26
dev-libs/cjose/cjose-0.6.1.ebuild
Normal file
26
dev-libs/cjose/cjose-0.6.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
DESCRIPTION="C library implementing the Javascript Object Signing and Encryption (JOSE)"
|
||||
HOMEPAGE="https://github.com/cisco/cjose"
|
||||
SRC_URI="https://github.com/cisco/cjose/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
IUSE="doc static-libs"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
RDEPEND="
|
||||
>=dev-libs/openssl-1.0.1h
|
||||
>=dev-libs/jansson-2.3
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_enable doc doxygen-doc) \
|
||||
|| die "configure failed"
|
||||
}
|
||||
Reference in New Issue
Block a user