mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
dev-erlang/yval: new package, add 1.0.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
8281fc17d5
commit
b7a1134afd
1
dev-erlang/yval/Manifest
Normal file
1
dev-erlang/yval/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST yval-1.0.10.tar.gz 18477 BLAKE2B 57396a18473da25ac0d9aad606e63930247e47ff289048cd0e21a744756b70faa377315a861b35be55c8a3f2f7d22b879da9c3cb7af6cb62d5cbf9cfc4275538 SHA512 1cc229a67521aad4fc22b1ba06ca2edca10306926d69d31d647160ff458eddf86df8e963a8b5f7fdcad9e527288e0933892d3fe1ee97b939a6da9274d9ba7b98
|
12
dev-erlang/yval/metadata.xml
Normal file
12
dev-erlang/yval/metadata.xml
Normal 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>
|
20
dev-erlang/yval/yval-1.0.10.ebuild
Normal file
20
dev-erlang/yval/yval-1.0.10.ebuild
Normal 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}"
|
Loading…
x
Reference in New Issue
Block a user