dev-erlang/conf: new package, add 0.2.6

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2023-12-31 06:36:40 +05:00
parent b7a1134afd
commit 2c5428eb10
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
3 changed files with 36 additions and 0 deletions

1
dev-erlang/conf/Manifest Normal file
View File

@ -0,0 +1 @@
DIST conf-0.2.6.tar.gz 23221 BLAKE2B acab57dc348e2690d093c4918a98556c1bd5ed267cb14d65132c18fcedc4af79aafc6d5fc6de999ea606b22ef275399b7ec6272a97be4d9f8bad26b1502c54cf SHA512 7e6f40ebf43fa90d2ad7d454388fee05e433c4800eb9484b82e6bd9280a6723c021e0e08dec47e40ca69f38c34b80708a4540fa39018d9051c9395535f0d48d6

View File

@ -0,0 +1,23 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit rebar3
DESCRIPTION="YAML configuration for Erlang applications"
HOMEPAGE="https://github.com/processone/conf"
SRC_URI="https://github.com/processone/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
# Broken test
RESTRICT="test"
DEPEND="
dev-erlang/fast_yaml
dev-erlang/yval
"
RDEPEND="${DEPEND}"

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<upstream>
<remote-id type="github">processone/conf</remote-id>
<doc>https://hexdocs.pm/conf/readme.html</doc>
</upstream>
</pkgmetadata>