perl-archive-zip: add 1.68 (#34684)
This commit is contained in:
parent
c91f8c2f14
commit
51a037d52a
1 changed files with 15 additions and 0 deletions
15
var/spack/repos/builtin/packages/perl-archive-zip/package.py
Normal file
15
var/spack/repos/builtin/packages/perl-archive-zip/package.py
Normal 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")
|
Loading…
Reference in a new issue