summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-05-17 19:47:07 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-05-17 22:01:26 +0200
commite0eb02a70a1af3a62d9cd7c872e692cad68bf85a (patch)
treeabccdf21ee1df4e162ec492db6186f9d559f408f /dev-erlang/stringprep/stringprep-1.0.28.ebuild
parentdev-erlang/pkix: add 1.0.9 (diff)
downloadgentoo-e0eb02a70a1af3a62d9cd7c872e692cad68bf85a.tar.gz
gentoo-e0eb02a70a1af3a62d9cd7c872e692cad68bf85a.tar.bz2
gentoo-e0eb02a70a1af3a62d9cd7c872e692cad68bf85a.zip
dev-erlang/stringprep: add 1.0.28
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/stringprep/stringprep-1.0.28.ebuild')
-rw-r--r--dev-erlang/stringprep/stringprep-1.0.28.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-erlang/stringprep/stringprep-1.0.28.ebuild b/dev-erlang/stringprep/stringprep-1.0.28.ebuild
new file mode 100644
index 000000000000..4f5747bc7998
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.28.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND="
+ >=dev-lang/erlang-17.1
+ >=dev-erlang/p1_utils-1.0.25
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )