diff options
author | Hanno Böck <hanno@gentoo.org> | 2020-07-03 08:06:41 +0200 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2020-07-03 08:06:41 +0200 |
commit | 72025894913b24d71b7fab1d45e34fe4ab2d45c0 (patch) | |
tree | 9766169d2d8630b13f7942a72344a1f4253470ca /dev-erlang/fast_xml/fast_xml-1.1.41.ebuild | |
parent | dev-erlang/esip: Version bump (diff) | |
download | gentoo-72025894913b24d71b7fab1d45e34fe4ab2d45c0.tar.gz gentoo-72025894913b24d71b7fab1d45e34fe4ab2d45c0.tar.bz2 gentoo-72025894913b24d71b7fab1d45e34fe4ab2d45c0.zip |
dev-erlang/fast_xml: Version bump
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Diffstat (limited to 'dev-erlang/fast_xml/fast_xml-1.1.41.ebuild')
-rw-r--r-- | dev-erlang/fast_xml/fast_xml-1.1.41.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-erlang/fast_xml/fast_xml-1.1.41.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.41.ebuild new file mode 100644 index 000000000000..18d68fc6b1bb --- /dev/null +++ b/dev-erlang/fast_xml/fast_xml-1.1.41.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit rebar + +DESCRIPTION="Fast Expat based Erlang XML parsing library" +HOMEPAGE="https://github.com/processone/fast_xml" +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/p1_utils-1.0.19 + dev-libs/expat" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md ) |