Commit 5088ed78 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/perl-digest-sha1: new package

parent 90c62ef5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -504,6 +504,7 @@ if BR2_PACKAGE_PERL
menu "Perl libraries/modules"
	source "package/perl-datetime-tiny/Config.in"
	source "package/perl-digest-hmac/Config.in"
	source "package/perl-digest-sha1/Config.in"
	source "package/perl-encode-locale/Config.in"
	source "package/perl-file-listing/Config.in"
	source "package/perl-file-util/Config.in"
+10 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_DIGEST_SHA1
	bool "perl-digest-sha1"
	depends on !BR2_STATIC_LIBS
	help
	  Perl interface to the SHA-1 algorithm

	  https://metacpan.org/release/Digest-SHA1

comment "perl-digest-sha1 needs a toolchain w/ dynamic library"
	depends on BR2_STATIC_LIBS
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    bd22388f268434f2b24f64e28bf1aa35 Digest-SHA1-2.13.tar.gz
sha256 68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc Digest-SHA1-2.13.tar.gz
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# perl-digest-sha1
#
################################################################################

PERL_DIGEST_SHA1_VERSION = 2.13
PERL_DIGEST_SHA1_SOURCE = Digest-SHA1-$(PERL_DIGEST_SHA1_VERSION).tar.gz
PERL_DIGEST_SHA1_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_DIGEST_SHA1_DEPENDENCIES = perl
PERL_DIGEST_SHA1_LICENSE = Artistic or GPLv1+

$(eval $(perl-package))