2 changed files with 29 additions and 0 deletions
@ -0,0 +1 @@ |
|||
DIST erlang-jose-1.9.0.tar.gz 258407 BLAKE2B c6036e743b062cd18518537ffee03cc138f55f3973a2ab538410d362757747e2c8880a899326d494914068f36ffaf2bb902e83ba7899c3256d6cfc7b89f07156 SHA512 59f7123fe589c8e9bf0bab5a21089301d6b3a1c35316b9f530386bd0d9de8da8f5f956769ea6b1166c545a51d119668ed18db57e8adfa02e6f4327b01168db68 |
@ -0,0 +1,28 @@ |
|||
# Copyright 1999-2019 Gentoo Authors |
|||
# Distributed under the terms of the GNU General Public License v2 |
|||
|
|||
EAPI=6 |
|||
|
|||
inherit rebar |
|||
|
|||
DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir" |
|||
HOMEPAGE="https://github.com/potatosalad/erlang-jose" |
|||
SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz |
|||
-> erlang-${P}.tar.gz" |
|||
|
|||
LICENSE="MIT" |
|||
SLOT="0" |
|||
KEYWORDS="~amd64 ~x86" |
|||
IUSE="" |
|||
|
|||
DEPEND=">=dev-lang/erlang-19.1 |
|||
>=dev-erlang/base64url-0.1" |
|||
RDEPEND="${DEPEND}" |
|||
|
|||
DOCS=( CHANGELOG.md README.md ) |
|||
|
|||
# TODO: jose has test suite, but it require lots of dependencies. It may not be |
|||
# TODO: urgent, but it would be nice to have those sooner or later. |
|||
RESTRICT=test |
|||
|
|||
S="${WORKDIR}/erlang-${P}" |
Loading…
Reference in new issue