perlPackages.TestArchiveLibarchive: init at 0.02

This commit is contained in:
TomaSajt
2023-10-23 14:04:16 +02:00
parent 79838e5e7b
commit 77867843fb
+16
View File
@@ -17040,6 +17040,22 @@ with self; {
};
};
TestArchiveLibarchive = buildPerlPackage {
pname = "Test-Archive-Libarchive";
version = "0.02";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PL/PLICEASE/Test-Archive-Libarchive-0.02.tar.gz";
hash = "sha256-KxkYZx4F2i2dIiwQx9kXWFpiQYb+r7j4SQhZnDRwJ1E=";
};
propagatedBuildInputs = [ RefUtil Test2Suite ];
meta = {
homepage = "https://metacpan.org/pod/Test::Archive::Libarchive";
description = "Testing tools for Archive::Libarchive";
license = with lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ tomasajt ];
};
};
TestPostgreSQL = buildPerlModule {
pname = "Test-PostgreSQL";
version = "1.29";