initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION
bool "perl-mojolicious-plugin-authentication"
select BR2_PACKAGE_PERL_MOJOLICIOUS # runtime
help
A plugin to make authentication a bit easier.
https://github.com/benvanstaveren/Mojolicious-Plugin-Authentication
@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 c475f2d3962441698b178ad1bd7d2e29 Mojolicious-Plugin-Authentication-1.37.tar.gz
sha256 a7ed206725b7b395d4fca12e3f1d923da644d913333ff48ea231e064ecb1abb6 Mojolicious-Plugin-Authentication-1.37.tar.gz
# computed by scancpan
sha256 37d219684a6c5f8754435fb0dd36a779121e416553fd6a75e22a7545039d1021 LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# perl-mojolicious-plugin-authentication
#
################################################################################
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_VERSION = 1.37
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_SOURCE = Mojolicious-Plugin-Authentication-$(PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_VERSION).tar.gz
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JJ/JJATRIA
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_LICENSE = Artistic or GPL-1.0+
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_LICENSE_FILES = LICENSE
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_DISTNAME = Mojolicious-Plugin-Authentication
$(eval $(perl-package))