[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_ERLANG_P1_OAUTH2
bool "erlang-p1-oauth2"
help
OAuth2 library for Erlang
https://github.com/processone/p1_oauth2

View File

@ -0,0 +1,3 @@
# Locally calculated
sha256 625e6d96a212cc2cf8a63c36ee698072791d85acbaae18e5820ba144cdaca869 erlang-p1-oauth2-0.6.10.tar.gz
sha256 0ecddd0a5e35b7fcdab451f54c5bb688fac8365cdf6b0da0ac64b7895a0770f3 LICENSE

View File

@ -0,0 +1,13 @@
################################################################################
#
# erlang-p1-oauth2
#
################################################################################
ERLANG_P1_OAUTH2_VERSION = 0.6.10
ERLANG_P1_OAUTH2_SITE = $(call github,processone,p1_oauth2,$(ERLANG_P1_OAUTH2_VERSION))
ERLANG_P1_OAUTH2_LICENSE = MIT
ERLANG_P1_OAUTH2_LICENSE_FILES = LICENSE
ERLANG_P1_OAUTH2_INSTALL_STAGING = YES
$(eval $(rebar-package))