generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/perl-path-tiny/Config.in
Normal file
6
package/perl-path-tiny/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_PATH_TINY
|
||||
bool "perl-path-tiny"
|
||||
help
|
||||
File path utility.
|
||||
|
||||
https://github.com/dagolden/Path-Tiny
|
||||
6
package/perl-path-tiny/perl-path-tiny.hash
Normal file
6
package/perl-path-tiny/perl-path-tiny.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 f746d8da5d049a5523b1880666bb0992 Path-Tiny-0.122.tar.gz
|
||||
sha256 4bc6f76d0548ccd8b38cb66291a885bf0de453d0167562c7b82e8861afdcfb7c Path-Tiny-0.122.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 c1a19c0d83f668a784640c0b41e024f37b182ad38011b170f9200123e57f6070 LICENSE
|
||||
14
package/perl-path-tiny/perl-path-tiny.mk
Normal file
14
package/perl-path-tiny/perl-path-tiny.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-path-tiny
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_PATH_TINY_VERSION = 0.122
|
||||
PERL_PATH_TINY_SOURCE = Path-Tiny-$(PERL_PATH_TINY_VERSION).tar.gz
|
||||
PERL_PATH_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAGOLDEN
|
||||
PERL_PATH_TINY_LICENSE = Apache-2.0
|
||||
PERL_PATH_TINY_LICENSE_FILES = LICENSE
|
||||
PERL_PATH_TINY_DISTNAME = Path-Tiny
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user