Skip to content

Commit

Permalink
dev-erlang/p1_acme: add 1.0.22
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Schmaus <[email protected]>
  • Loading branch information
Flowdalic committed Feb 10, 2023
1 parent 4a94b94 commit f69fa2d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-erlang/p1_acme/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST p1_acme-1.0.19.tar.gz 223303 BLAKE2B 48027739d46582c7acc72ea22fe08376dd67295b2f9161782abbb786a421fb976a2447e86cdcbfd30663fb02ac5fec58dc1285096e57c474d93dbc4e9624aa87 SHA512 d0896ca53fd48798f0e3f502a09e9df6ea88e4248968b5273b1a6e0f6735c39d680de251e0f2c49d04271018a5664252771be1746cf9d18ddd9d42e2ddf90b24
DIST p1_acme-1.0.20.tar.gz 223319 BLAKE2B a12213a84b473659c7b639cdf766d189312f7a09377c909e131d4e0e6412444db519eb30160741ff5d722fd2747085024b16eff4d42d6f428501eb126e498a74 SHA512 5bb82183e361d795ae59dc620b0677a9daeb52d9587f19d1c2e2b39ef45f50eb229244dd148cf99a740ac7c2e9d7571ebc9b1a271b4bca7263c3e898e36c2a7c
DIST p1_acme-1.0.22.tar.gz 223336 BLAKE2B e771e02d90a1b3bed7e72a4029087bc5d48a6773a2800018bb3f2131d74c251c16956cb4ec06a43117bac3d40b1dc80d357bd04e2e59105e8cc23d393627c4dd SHA512 b632e8e1f944675681bdb5345c4eabc8c13ea9e356244bc559e2c3d037e0897488699b8e054313693961aba41024141f6ecaa99e843f0651775f45960a438ebb
26 changes: 26 additions & 0 deletions dev-erlang/p1_acme/p1_acme-1.0.22.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit rebar

DESCRIPTION="ACME client library for Erlang"
HOMEPAGE="https://github.com/processone/p1_acme"
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"

DEPEND="
>=dev-lang/erlang-17.1
>=dev-erlang/jiffy-1.1.1
>=dev-erlang/yconf-1.0.15
>=dev-erlang/idna-6.0.0-r1
>=dev-erlang/jose-1.11.1
>=dev-erlang/base64url-1.0.1
"
RDEPEND="${DEPEND}"

DOCS=( CHANGELOG.md README.md )

0 comments on commit f69fa2d

Please sign in to comment.