perl-file-slurp: new package
Signed-off-by: Christopher McCrory <chrismcc@gmail.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
cd1788f676
commit
61bc823035
@ -488,6 +488,7 @@ F: package/perl-data-uuid/
|
||||
F: package/perl-date-manip/
|
||||
F: package/perl-dbi/
|
||||
F: package/perl-device-serialport/
|
||||
F: package/perl-file-slurp/
|
||||
|
||||
N: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
|
||||
F: package/audit/
|
||||
|
@ -684,6 +684,7 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-encode-detect/Config.in"
|
||||
source "package/perl-encode-locale/Config.in"
|
||||
source "package/perl-file-listing/Config.in"
|
||||
source "package/perl-file-slurp/Config.in"
|
||||
source "package/perl-file-util/Config.in"
|
||||
source "package/perl-gd/Config.in"
|
||||
source "package/perl-gdgraph/Config.in"
|
||||
|
7
package/perl-file-slurp/Config.in
Normal file
7
package/perl-file-slurp/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_FILE_SLURP
|
||||
bool "perl-file-slurp"
|
||||
help
|
||||
Simple and Efficient Reading/Writing/Modifying of Complete
|
||||
Files
|
||||
|
||||
https://metacpan.org/release/File-Slurp
|
6
package/perl-file-slurp/perl-file-slurp.hash
Normal file
6
package/perl-file-slurp/perl-file-slurp.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 7d584cd15c4f8b9547765eff8c4ef078 File-Slurp-9999.19.tar.gz
|
||||
sha256 ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643 File-Slurp-9999.19.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 17e638d011c04b1d39b300c07ccd0c57d7857b9ccdb9fe7abce1b15f0e7b0c20 README
|
13
package/perl-file-slurp/perl-file-slurp.mk
Normal file
13
package/perl-file-slurp/perl-file-slurp.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-file-slurp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_FILE_SLURP_VERSION = 9999.19
|
||||
PERL_FILE_SLURP_SOURCE = File-Slurp-$(PERL_FILE_SLURP_VERSION).tar.gz
|
||||
PERL_FILE_SLURP_SITE = $(BR2_CPAN_MIRROR)/authors/id/U/UR/URI
|
||||
PERL_FILE_SLURP_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_FILE_SLURP_LICENSE_FILES = README
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user