This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_ERLANG_BASE64URL
bool "erlang-base64url"
help
URL safe base64-compatible codec.
https://github.com/dvv/base64url

View File

@@ -0,0 +1,3 @@
# Locally calculated
sha256 7ef7210effd25ac1f82f190fcfaef53e49d7bc40bb94112c4aa07266c32a851b erlang-base64url-1.0.1.tar.gz
sha256 d59dff2fa4c39f05188ee533fbf06479eef1b47f8cad6353f8ab3726cc6923bc LICENSE.txt

View File

@@ -0,0 +1,12 @@
################################################################################
#
# erlang-base64url
#
################################################################################
ERLANG_BASE64URL_VERSION = 1.0.1
ERLANG_BASE64URL_SITE = $(call github,dvv,base64url,$(ERLANG_BASE64URL_VERSION))
ERLANG_BASE64URL_LICENSE = MIT
ERLANG_BASE64URL_LICENSE_FILES = LICENSE.txt
$(eval $(rebar-package))