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-data-dump/Config.in
Normal file
6
package/perl-data-dump/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_DATA_DUMP
|
||||
bool "perl-data-dump"
|
||||
help
|
||||
Pretty printing of data structures.
|
||||
|
||||
https://metacpan.org/release/Data-Dump
|
||||
6
package/perl-data-dump/perl-data-dump.hash
Normal file
6
package/perl-data-dump/perl-data-dump.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 762c111e525c82ff23d62c90821b26e9 Data-Dump-1.23.tar.gz
|
||||
sha256 af53b05ef1387b4cab4427e6789179283e4f0da8cf036e8db516ddb344512b65 Data-Dump-1.23.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 31d1b6482bcc3db87a38ad02065554f9d3bc13321d4ef8e96042464045e2abcf README
|
||||
14
package/perl-data-dump/perl-data-dump.mk
Normal file
14
package/perl-data-dump/perl-data-dump.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-data-dump
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_DATA_DUMP_VERSION = 1.23
|
||||
PERL_DATA_DUMP_SOURCE = Data-Dump-$(PERL_DATA_DUMP_VERSION).tar.gz
|
||||
PERL_DATA_DUMP_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
|
||||
PERL_DATA_DUMP_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_DATA_DUMP_LICENSE_FILES = README
|
||||
PERL_DATA_DUMP_DISTNAME = Data-Dump
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user