generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/perl-role-tiny/Config.in
Normal file
6
package/perl-role-tiny/Config.in
Normal 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
|
||||
6
package/perl-role-tiny/perl-role-tiny.hash
Normal file
6
package/perl-role-tiny/perl-role-tiny.hash
Normal 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
|
||||
14
package/perl-role-tiny/perl-role-tiny.mk
Normal file
14
package/perl-role-tiny/perl-role-tiny.mk
Normal 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))
|
||||
Reference in New Issue
Block a user