summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorChristopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com>2022-12-29 09:57:32 +0000
committerGitHub <noreply@github.com>2022-12-29 10:57:32 +0100
commit51a037d52ae15254e93c7097fe463c77c77a7fde (patch)
tree36abd91ce0aedaa0a78b7daa3b8fcc5a2955cb13 /var
parentc91f8c2f14a38f67553a079029bad3da67d5b900 (diff)
downloadspack-51a037d52ae15254e93c7097fe463c77c77a7fde.tar.gz
spack-51a037d52ae15254e93c7097fe463c77c77a7fde.tar.bz2
spack-51a037d52ae15254e93c7097fe463c77c77a7fde.tar.xz
spack-51a037d52ae15254e93c7097fe463c77c77a7fde.zip
perl-archive-zip: add 1.68 (#34684)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/perl-archive-zip/package.py15
1 files changed, 15 insertions, 0 deletions
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")