perlPackages.ArchiveLibarchivePeek: init at 0.04

This commit is contained in:
TomaSajt 2023-08-20 22:11:32 +02:00
parent 7003b5aaa3
commit 9bf1279011
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -1049,6 +1049,23 @@ with self; {
};
};
ArchiveLibarchivePeek = buildPerlPackage {
pname = "Archive-Libarchive-Peek";
version = "0.04";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PL/PLICEASE/Archive-Libarchive-Peek-0.04.tar.gz";
hash = "sha256-DYhJ4xG2RsozWz6gGodTtAIkK5XOgAo7zNXHCC4nJPo=";
};
buildInputs = [ Filechdir Test2Suite TestScript ];
propagatedBuildInputs = [ ArchiveLibarchive PathTiny RefUtil ];
meta = {
homepage = "https://metacpan.org/pod/Archive::Libarchive::Peek";
description = "Peek into archives without extracting them";
license = with lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ tomasajt ];
};
};
ArrayCompare = buildPerlModule {
pname = "Array-Compare";
version = "3.0.7";