[dev-erlang/pkix] initial commit of 1.0.1
This commit is contained in:
parent
8e78ce940f
commit
01d464fe09
1
dev-erlang/pkix/Manifest
Normal file
1
dev-erlang/pkix/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST pkix-1.0.1.tar.gz 378043 BLAKE2B 917b67ab14a4d1986f70c4b8ef39abe5a43273d8719e530f2d19570afc0070b3ec23b864fcf0974cf9ed8591667043fe993c33083df8bacc88661823b2b41c38 SHA512 df6b92c7753cb8623edb57823ad0f2aba72080ae9e3275309794c969c066edf47f65bf461848f5258b9de8b2549d066f099e4ff08d54bdc0a68e13379a1a3ddf
|
20
dev-erlang/pkix/pkix-1.0.1.ebuild
Normal file
20
dev-erlang/pkix/pkix-1.0.1.ebuild
Normal file
@ -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
Block a user