dev-libs/jose: Add package

This commit is contained in:
2020-12-24 18:17:22 +03:00
parent 4b329b1e47
commit 12a8153809
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="C-language implementation of Javascript Object Signing and Encryption"
HOMEPAGE="https://latchset.github.io/"
SRC_URI="https://github.com/latchset/${PN}/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-libs/zlib
>=dev-libs/jansson-2.10
dev-libs/openssl:0="
RDEPEND="${DEPEND}"