diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest new file mode 100644 index 0000000..77a5af4 --- /dev/null +++ b/dev-erlang/yconf/Manifest @@ -0,0 +1 @@ +DIST yconf-1.0.0.tar.gz 220239 BLAKE2B 1120fea310e2ffed74233ae7e3e44ebcc3b60a4315a4785415c8e659cb1b67ef277f38bc085efd7cfc5bb9c8b27c3c6d79c224e68014bb892ac8f72b745bf950 SHA512 8733bccd02de9944414f417d7f1d7270a168ea2fe19d7787be7c556c3f3fd80bc2d9745de63ef8d555e961b11ed70b1d85e56671aa8cdd982008dc087c68d4ca diff --git a/dev-erlang/yconf/yconf-1.0.0.ebuild b/dev-erlang/yconf/yconf-1.0.0.ebuild new file mode 100644 index 0000000..133fdb7 --- /dev/null +++ b/dev-erlang/yconf/yconf-1.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit rebar + +DESCRIPTION="YAML configuration processor " +HOMEPAGE="https://github.com/processone/yaml" +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-erlang/fast_yaml-1.0.20 + >=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md )