2 changed files with 21 additions and 0 deletions
@ -0,0 +1 @@ |
|||
DIST pkix-1.0.1.tar.gz 378043 BLAKE2B 917b67ab14a4d1986f70c4b8ef39abe5a43273d8719e530f2d19570afc0070b3ec23b864fcf0974cf9ed8591667043fe993c33083df8bacc88661823b2b41c38 SHA512 df6b92c7753cb8623edb57823ad0f2aba72080ae9e3275309794c969c066edf47f65bf461848f5258b9de8b2549d066f099e4ff08d54bdc0a68e13379a1a3ddf |
@ -0,0 +1,20 @@ |
|||
# Copyright 1999-2019 Gentoo Authors |
|||
# Distributed under the terms of the GNU General Public License v2 |
|||
|
|||
EAPI=6 |
|||
|
|||
inherit rebar |
|||
|
|||
DESCRIPTION="PKIX certificates management library for Erlang" |
|||
HOMEPAGE="https://github.com/processone/pkix" |
|||
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz |
|||
-> ${P}.tar.gz" |
|||
|
|||
LICENSE="Apache-2.0" |
|||
SLOT="0" |
|||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" |
|||
|
|||
DEPEND=">=dev-lang/erlang-17.1" |
|||
RDEPEND="${DEPEND}" |
|||
|
|||
DOCS=( README.md ) |
Loading…
Reference in new issue