aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-05-22 11:14:06 +0200
committerLoïc Hoguin <[email protected]>2017-05-22 11:14:06 +0200
commitef46b3e863b3d4a9be2a50b626e8da799e707b70 (patch)
treef01bd9f2a4f2f1eb3e43dbdd0db7cd00e5cae851
parentf1b93e965e556cfe1b1787196390ce42fd30a465 (diff)
downloaderlang.mk-ef46b3e863b3d4a9be2a50b626e8da799e707b70.tar.gz
erlang.mk-ef46b3e863b3d4a9be2a50b626e8da799e707b70.tar.bz2
erlang.mk-ef46b3e863b3d4a9be2a50b626e8da799e707b70.zip
Add package idna to the index
-rw-r--r--index/idna.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/index/idna.mk b/index/idna.mk
new file mode 100644
index 0000000..1cf88c0
--- /dev/null
+++ b/index/idna.mk
@@ -0,0 +1,7 @@
+PACKAGES += idna
+pkg_idna_name = idna
+pkg_idna_description = Erlang IDNA lib
+pkg_idna_homepage = https://github.com/benoitc/erlang-idna
+pkg_idna_fetch = git
+pkg_idna_repo = https://github.com/benoitc/erlang-idna
+pkg_idna_commit = master