initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_EXPORTER_TINY
|
||||
bool "perl-exporter-tiny"
|
||||
help
|
||||
an exporter with the features of Sub::Exporter but only core
|
||||
dependencies.
|
||||
|
||||
https://metacpan.org/release/Exporter-Tiny
|
||||
@@ -0,0 +1,7 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 485897322a2514b4d6ca90b2daacb7cd Exporter-Tiny-1.002002.tar.gz
|
||||
sha256 00f0b95716b18157132c6c118ded8ba31392563d19e490433e9a65382e707101 Exporter-Tiny-1.002002.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 f4cb223c8ac37d6ccd0e78b2892ca54a48a6adbe6a271c3c17c0226646297e66 COPYRIGHT
|
||||
sha256 1fb7395e76eabf94c421912d7d0a4f7fa745d49e1acb76b222c21d605b66bd25 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-exporter-tiny
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_EXPORTER_TINY_VERSION = 1.002002
|
||||
PERL_EXPORTER_TINY_SOURCE = Exporter-Tiny-$(PERL_EXPORTER_TINY_VERSION).tar.gz
|
||||
PERL_EXPORTER_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOBYINK
|
||||
PERL_EXPORTER_TINY_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_EXPORTER_TINY_LICENSE_FILES = COPYRIGHT LICENSE
|
||||
PERL_EXPORTER_TINY_DISTNAME = Exporter-Tiny
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user