perl-archive-zip: add 1.68 (#34684)

This commit is contained in:
Christopher Christofi 2022-12-29 09:57:32 +00:00 committed by GitHub
parent c91f8c2f14
commit 51a037d52a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")