package/perl-mime-base32: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2024-09-11 09:55:43 +02:00 committed by Thomas Petazzoni
parent 17642f5032
commit d90c669777
4 changed files with 29 additions and 0 deletions

View File

@ -888,6 +888,7 @@ menu "Perl libraries/modules"
source "package/perl-mailtools/Config.in"
source "package/perl-math-int64/Config.in"
source "package/perl-math-prime-util/Config.in"
source "package/perl-mime-base32/Config.in"
source "package/perl-mime-base64-urlsafe/Config.in"
source "package/perl-mime-tools/Config.in"
source "package/perl-module-implementation/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_MIME_BASE32
bool "perl-mime-base32"
help
Base32 encoder and decoder.
https://metacpan.org/release/MIME-Base32

View File

@ -0,0 +1,8 @@
# retrieved by scancpan from https://cpan.metacpan.org/
md5 0c7735fa09e74c7f2ec93d1890b8c6c0 MIME-Base32-1.303.tar.gz
sha256 ab21fa99130e33a0aff6cdb596f647e5e565d207d634ba2ef06bdbef50424e99 MIME-Base32-1.303.tar.gz
# computed by scancpan
sha256 08c2ed7589aff3b2076b48b792078d3479c2295559ee7bc4615e93abe0473939 ARTISTIC-1.0
sha256 3d2fb9b42d1134f39c2e990d66b5e9b77005663fe956db526cc380eb3d9a77d8 GPL-1
sha256 834c4ebff45be11f35f059b077fdd747dee4b8a747b95049d849fef1c0ccdc62 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-mime-base32
#
################################################################################
PERL_MIME_BASE32_VERSION = 1.303
PERL_MIME_BASE32_SOURCE = MIME-Base32-$(PERL_MIME_BASE32_VERSION).tar.gz
PERL_MIME_BASE32_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RE/REHSACK
PERL_MIME_BASE32_LICENSE = Artistic or GPL-1.0+
PERL_MIME_BASE32_LICENSE_FILES = ARTISTIC-1.0 GPL-1 LICENSE
PERL_MIME_BASE32_DISTNAME = MIME-Base32
$(eval $(perl-package))