diff --git a/var/spack/repos/builtin/packages/perl-archive-zip/package.py b/var/spack/repos/builtin/packages/perl-archive-zip/package.py new file mode 100644 index 0000000000..73ba5e47d4 --- /dev/null +++ b/var/spack/repos/builtin/packages/perl-archive-zip/package.py @@ -0,0 +1,15 @@ +# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack.package import * + + +class PerlArchiveZip(PerlPackage): + """Archive::Zip - Provide an interface to ZIP archive files.""" + + homepage = "https://metacpan.org/pod/Archive::Zip" + url = "https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.68.tar.gz" + + version("1.68", sha256="984e185d785baf6129c6e75f8eb44411745ac00bf6122fb1c8e822a3861ec650")