[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_PERL_ROLE_TINY
bool "perl-role-tiny"
help
Roles: a nouvelle cuisine portion size slice of Moose.
https://metacpan.org/release/Role-Tiny

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 9ee45591befa3d0b1094ac75d282b6ba Role-Tiny-2.002004.tar.gz
sha256 d7bdee9e138a4f83aa52d0a981625644bda87ff16642dfa845dcb44d9a242b45 Role-Tiny-2.002004.tar.gz
# computed by scancpan
sha256 a8a1595c2347f7d10e896809d4f3dea85ccc10ac5644b8073111233cd120b14a LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-role-tiny
#
################################################################################
PERL_ROLE_TINY_VERSION = 2.002004
PERL_ROLE_TINY_SOURCE = Role-Tiny-$(PERL_ROLE_TINY_VERSION).tar.gz
PERL_ROLE_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/H/HA/HAARG
PERL_ROLE_TINY_LICENSE = Artistic or GPL-1.0+
PERL_ROLE_TINY_LICENSE_FILES = LICENSE
PERL_ROLE_TINY_DISTNAME = Role-Tiny
$(eval $(perl-package))