summaryrefslogtreecommitdiff
path: root/dev-erlang/fast_xml/fast_xml-1.1.55.ebuild
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2025-04-05 18:25:39 +0200
committerFlorian Schmaus <flow@gentoo.org>2025-04-05 20:25:00 +0200
commit846cc018e653e032b2da8d94f6d58783d0ef4e2c (patch)
tree2df8a909ddf1f67134c7b0bac786e56eb8962063 /dev-erlang/fast_xml/fast_xml-1.1.55.ebuild
parent7e9ddd9e097d199becd43d4c89d73176169689d2 (diff)
downloadgentoo-846cc018e653e032b2da8d94f6d58783d0ef4e2c.tar.gz
gentoo-846cc018e653e032b2da8d94f6d58783d0ef4e2c.tar.bz2
gentoo-846cc018e653e032b2da8d94f6d58783d0ef4e2c.zip
dev-erlang/fast_xml: add 1.1.55
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/fast_xml/fast_xml-1.1.55.ebuild')
-rw-r--r--dev-erlang/fast_xml/fast_xml-1.1.55.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-erlang/fast_xml/fast_xml-1.1.55.ebuild b/dev-erlang/fast_xml/fast_xml-1.1.55.ebuild
new file mode 100644
index 000000000000..3c67ed927b1f
--- /dev/null
+++ b/dev-erlang/fast_xml/fast_xml-1.1.55.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~sparc ~x86"
+
+DEPEND="
+ >=dev-erlang/p1_utils-1.0.26
+ dev-libs/expat
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )