perl-role-tiny: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2018-10-10 10:18:25 +02:00 committed by Thomas Petazzoni
parent 53402735c7
commit 322459c943
4 changed files with 26 additions and 0 deletions

View File

@ -746,6 +746,7 @@ menu "Perl libraries/modules"
source "package/perl-path-tiny/Config.in"
source "package/perl-plack/Config.in"
source "package/perl-posix-strftime-compiler/Config.in"
source "package/perl-role-tiny/Config.in"
source "package/perl-stream-buffered/Config.in"
source "package/perl-sub-install/Config.in"
source "package/perl-sys-cpu/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_ROLE_TINY
bool "perl-role-tiny"
help
Roles. Like 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 7c277728a7e090f64b495857cadfed08 Role-Tiny-2.000006.tar.gz
sha256 cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382 Role-Tiny-2.000006.tar.gz
# computed by scancpan
sha256 08292f0e1797371bce0a1b5bd80e0657b3aabf9c0ecc2ce87ad7a448a7adacce README

View File

@ -0,0 +1,13 @@
################################################################################
#
# perl-role-tiny
#
################################################################################
PERL_ROLE_TINY_VERSION = 2.000006
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 = README
$(eval $(perl-package))