diff options
author | Christopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com> | 2023-12-13 03:33:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 20:33:25 -0700 |
commit | 965860d1f8330fd9a154d0cbbc7d655cec9f7ce1 (patch) | |
tree | 402191054d957b29cda5d34a5757f96735c664b8 /var | |
parent | c4baf4e19966cb58a265f76c4f229c449b71ae46 (diff) | |
download | spack-965860d1f8330fd9a154d0cbbc7d655cec9f7ce1.tar.gz spack-965860d1f8330fd9a154d0cbbc7d655cec9f7ce1.tar.bz2 spack-965860d1f8330fd9a154d0cbbc7d655cec9f7ce1.tar.xz spack-965860d1f8330fd9a154d0cbbc7d655cec9f7ce1.zip |
perl-getopt-argvfile: add new package with version 1.11 (#41625)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/perl-getopt-argvfile/package.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-getopt-argvfile/package.py b/var/spack/repos/builtin/packages/perl-getopt-argvfile/package.py new file mode 100644 index 0000000000..3e58e4e27b --- /dev/null +++ b/var/spack/repos/builtin/packages/perl-getopt-argvfile/package.py @@ -0,0 +1,15 @@ +# Copyright 2013-2023 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 PerlGetoptArgvfile(PerlPackage): + """Getopt::ArgvFile - interpolates script options from files into @ARGV or another array.""" + + homepage = "https://metacpan.org/pod/Getopt::ArgvFile" + url = "https://cpan.metacpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-1.11.tar.gz" + + version("1.11", sha256="3709aa513ce6fd71d1a55a02e34d2f090017d5350a9bd447005653c9b0835b22") |