diff options
author | Hanno <hanno@gentoo.org> | 2019-10-02 16:53:50 +0200 |
---|---|---|
committer | Hanno <hanno@gentoo.org> | 2019-10-02 16:53:50 +0200 |
commit | 36ff2540085181b0af158026084b861f38f40492 (patch) | |
tree | 2d864a299f86e6908a50626dfd3d2d13eb5a2388 /dev-erlang/yconf/yconf-1.0.1.ebuild | |
parent | www-client/opera-beta: Old (diff) | |
download | gentoo-36ff2540085181b0af158026084b861f38f40492.tar.gz gentoo-36ff2540085181b0af158026084b861f38f40492.tar.bz2 gentoo-36ff2540085181b0af158026084b861f38f40492.zip |
dev-erlang/yconf: Initial commit.
Dependency of new ejabberd.
Ebuild from vampik's overlay.
Signed-off-by: Hanno Boeck <hanno@gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Diffstat (limited to 'dev-erlang/yconf/yconf-1.0.1.ebuild')
-rw-r--r-- | dev-erlang/yconf/yconf-1.0.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-erlang/yconf/yconf-1.0.1.ebuild b/dev-erlang/yconf/yconf-1.0.1.ebuild new file mode 100644 index 000000000000..e4efd25c0e0e --- /dev/null +++ b/dev-erlang/yconf/yconf-1.0.1.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/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.20" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md ) |