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
+9
View File
@@ -0,0 +1,9 @@
config BR2_PACKAGE_PERL_MOO
bool "perl-moo"
select BR2_PACKAGE_PERL_CLASS_METHOD_MODIFIERS # runtime
select BR2_PACKAGE_PERL_ROLE_TINY # runtime
select BR2_PACKAGE_PERL_SUB_QUOTE # runtime
help
Minimalist Object Orientation (with Moose compatibility).
https://metacpan.org/release/Moo
+6
View File
@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 49ecf491b49b9b200e8a5dfd1a42b480 Moo-2.005004.tar.gz
sha256 e3030b80bd554a66f6b3c27fd53b1b5909d12af05c4c11ece9a58f8d1e478928 Moo-2.005004.tar.gz
# computed by scancpan
sha256 a8a1595c2347f7d10e896809d4f3dea85ccc10ac5644b8073111233cd120b14a LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# perl-moo
#
################################################################################
PERL_MOO_VERSION = 2.005004
PERL_MOO_SOURCE = Moo-$(PERL_MOO_VERSION).tar.gz
PERL_MOO_SITE = $(BR2_CPAN_MIRROR)/authors/id/H/HA/HAARG
PERL_MOO_LICENSE = Artistic or GPL-1.0+
PERL_MOO_LICENSE_FILES = LICENSE
PERL_MOO_DISTNAME = Moo
$(eval $(perl-package))