summaryrefslogtreecommitdiff
path: root/dev-erlang/stringprep/stringprep-1.0.14.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-27 12:48:57 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-27 12:48:57 +0100
commit70b82ae359a5538711e103b0e8dfb92654296644 (patch)
tree8412b84ff9ce02a22be5251052b00feefe1d5b70 /dev-erlang/stringprep/stringprep-1.0.14.ebuild
parent64e107b9b6058580ff0432107eb37cefb0b2a7d8 (diff)
gentoo resync : 27.10.2018
Diffstat (limited to 'dev-erlang/stringprep/stringprep-1.0.14.ebuild')
-rw-r--r--dev-erlang/stringprep/stringprep-1.0.14.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-erlang/stringprep/stringprep-1.0.14.ebuild b/dev-erlang/stringprep/stringprep-1.0.14.ebuild
new file mode 100644
index 000000000000..9848954c4175
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.14.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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-erlang/p1_utils-1.0.13
+ >=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )