perlPackages.ConvertPEM: init at 0.13

Dependency of Crypt::DSA.

Assisted-by: Claude Code (Claude Opus 4.8)
Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
Stig Palmquist 2026-06-18 14:26:22 +02:00
commit f098e09528

View file

@ -6395,6 +6395,29 @@ with self;
};
};
ConvertPEM = buildPerlPackage {
pname = "Convert-PEM";
version = "0.13";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TI/TIMLEGGE/Convert-PEM-0.13.tar.gz";
hash = "sha256-eZ+jLCcAgfTmKSsN31GAlScQqKS+Ey6Qe9oxdqe9HCM=";
};
buildInputs = [ TestException ];
propagatedBuildInputs = [
ClassErrorHandler
ConvertASN1
CryptDESEDE3
CryptX
];
meta = {
description = "Read/write encrypted ASN.1 PEM files";
license = with lib.licenses; [
artistic1
gpl1Plus
];
};
};
ConvertUU = buildPerlPackage {
pname = "Convert-UU";
version = "0.5201";