diff options
Diffstat (limited to 'dev-libs/jose/jose-11.ebuild')
-rw-r--r-- | dev-libs/jose/jose-11.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/jose/jose-11.ebuild b/dev-libs/jose/jose-11.ebuild new file mode 100644 index 0000000..abc4b13 --- /dev/null +++ b/dev-libs/jose/jose-11.ebuild @@ -0,0 +1,17 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + + +DESCRIPTION="C-language implementation of Javascript Object Signing and Encryption" +HOMEPAGE="https://github.com/latchset/jose" +SRC_URI="https://github.com/latchset/${PN}/releases/download/v${PV}/${PN}-${PV}.tar.xz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-libs/jansson" +RDEPEND="${DEPEND}" +BDEPEND="" |