diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-12-10 09:59:20 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-12-10 14:03:41 +0100 |
commit | d86e25574df4a94fb872cb8d69ff1e864398df95 (patch) | |
tree | 0328d06a98b8c799fe64967666d13cdc12e3cd66 /dev-erlang/yconf/yconf-1.0.12.ebuild | |
parent | dev-erlang/mqtree: add 1.0.14 (diff) | |
download | gentoo-d86e25574df4a94fb872cb8d69ff1e864398df95.tar.gz gentoo-d86e25574df4a94fb872cb8d69ff1e864398df95.tar.bz2 gentoo-d86e25574df4a94fb872cb8d69ff1e864398df95.zip |
dev-erlang/yconf: add 1.0.12
Bug: https://bugs.gentoo.org/810886
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/yconf/yconf-1.0.12.ebuild')
-rw-r--r-- | dev-erlang/yconf/yconf-1.0.12.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-erlang/yconf/yconf-1.0.12.ebuild b/dev-erlang/yconf/yconf-1.0.12.ebuild new file mode 100644 index 000000000000..c72d2ff3ec95 --- /dev/null +++ b/dev-erlang/yconf/yconf-1.0.12.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit rebar + +DESCRIPTION="YAML configuration processor" +HOMEPAGE="https://github.com/processone/yconf" +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-lang/erlang-17.1 + >=dev-erlang/fast_yaml-1.0.32" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md ) |