[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,10 @@
config BR2_PACKAGE_PERL_PARAMS_UTIL
bool "perl-params-util"
depends on !BR2_STATIC_LIBS
help
Simple, compact and correct param-checking functions.
https://metacpan.org/release/Params-Util
comment "perl-params-util needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@ -0,0 +1,8 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 f1aa70ba570f03f14cd394096b9c6883 Params-Util-1.102.tar.gz
sha256 499bb1b482db24fda277a51525596ad092c2bd51dd508fa8fec2e9f849097402 Params-Util-1.102.tar.gz
# computed by scancpan
sha256 08c2ed7589aff3b2076b48b792078d3479c2295559ee7bc4615e93abe0473939 ARTISTIC-1.0
sha256 3d2fb9b42d1134f39c2e990d66b5e9b77005663fe956db526cc380eb3d9a77d8 GPL-1
sha256 834c4ebff45be11f35f059b077fdd747dee4b8a747b95049d849fef1c0ccdc62 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-params-util
#
################################################################################
PERL_PARAMS_UTIL_VERSION = 1.102
PERL_PARAMS_UTIL_SOURCE = Params-Util-$(PERL_PARAMS_UTIL_VERSION).tar.gz
PERL_PARAMS_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RE/REHSACK
PERL_PARAMS_UTIL_LICENSE = Artistic or GPL-1.0+
PERL_PARAMS_UTIL_LICENSE_FILES = ARTISTIC-1.0 GPL-1 LICENSE
PERL_PARAMS_UTIL_DISTNAME = Params-Util
$(eval $(perl-package))