1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
9 HOMEPAGE="https://github.com/potatosalad/erlang-jose"
11 https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
15 S="${WORKDIR}/erlang-${P}"
19 KEYWORDS="amd64 ~arm ~sparc ~x86"
21 DEPEND=">=dev-lang/erlang-19.0"
24 DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
26 # TODO: jose has test suite, but it require lots of dependencies. It may not be
27 # TODO: urgent, but it would be nice to have those sooner or later.