mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
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 1a7fbdccc4585074ce4419b7bec0966c Path-Tiny-0.108.tar.gz
|
||||
sha256 3c49482be2b3eb7ddd7e73a5b90cff648393f5d5de334ff126ce7a3632723ff5 Path-Tiny-0.108.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 a999b03d2b80e5c7f987289ac835fa2d88cafa9f0df24adf8a1fd21e175acd79 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.108
|
||||
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