mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
dev-erlang/conf: new package, add 0.2.6
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
b7a1134afd
commit
2c5428eb10
1
dev-erlang/conf/Manifest
Normal file
1
dev-erlang/conf/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST conf-0.2.6.tar.gz 23221 BLAKE2B acab57dc348e2690d093c4918a98556c1bd5ed267cb14d65132c18fcedc4af79aafc6d5fc6de999ea606b22ef275399b7ec6272a97be4d9f8bad26b1502c54cf SHA512 7e6f40ebf43fa90d2ad7d454388fee05e433c4800eb9484b82e6bd9280a6723c021e0e08dec47e40ca69f38c34b80708a4540fa39018d9051c9395535f0d48d6
|
23
dev-erlang/conf/conf-0.2.6.ebuild
Normal file
23
dev-erlang/conf/conf-0.2.6.ebuild
Normal 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}"
|
12
dev-erlang/conf/metadata.xml
Normal file
12
dev-erlang/conf/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/conf</remote-id>
|
||||
<doc>https://hexdocs.pm/conf/readme.html</doc>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user