dev-erlang/yval: new package, add 1.0.10

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

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

@ -0,0 +1 @@
DIST yval-1.0.10.tar.gz 18477 BLAKE2B 57396a18473da25ac0d9aad606e63930247e47ff289048cd0e21a744756b70faa377315a861b35be55c8a3f2f7d22b879da9c3cb7af6cb62d5cbf9cfc4275538 SHA512 1cc229a67521aad4fc22b1ba06ca2edca10306926d69d31d647160ff458eddf86df8e963a8b5f7fdcad9e527288e0933892d3fe1ee97b939a6da9274d9ba7b98

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/yval</remote-id>
<doc>https://hexdocs.pm/yval/yval.html</doc>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,20 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit rebar3
DESCRIPTION="YAML validator"
HOMEPAGE="https://github.com/processone/yval"
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 tests
RESTRICT="test"
DEPEND=">=dev-lang/erlang-21"
RDEPEND="${DEPEND}"