mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
6
package/erlang-idna/Config.in
Normal file
6
package/erlang-idna/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_ERLANG_IDNA
|
||||
bool "erlang-idna"
|
||||
help
|
||||
A pure Erlang IDNA implementation that follows RFC5891.
|
||||
|
||||
https://github.com/benoitc/erlang-idna
|
||||
3
package/erlang-idna/erlang-idna.hash
Normal file
3
package/erlang-idna/erlang-idna.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 d57e20ee88018ff0431e0275e91ada5915782870c9981fc798bcd05589031d6f erlang-idna-6.0.0.tar.gz
|
||||
sha256 95f5c9410a95332b0833c4606028ee00008cd8c497336e230df3144d1a720bda LICENSE
|
||||
12
package/erlang-idna/erlang-idna.mk
Normal file
12
package/erlang-idna/erlang-idna.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-idna
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_IDNA_VERSION = 6.0.0
|
||||
ERLANG_IDNA_SITE = $(call github,benoitc,erlang-idna,$(ERLANG_IDNA_VERSION))
|
||||
ERLANG_IDNA_LICENSE = MIT
|
||||
ERLANG_IDNA_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(rebar-package))
|
||||
Reference in New Issue
Block a user