perl-getopt-argvfile: add new package with version 1.11 (#41625)

This commit is contained in:
Christopher Christofi 2023-12-13 03:33:25 +00:00 committed by GitHub
parent c4baf4e199
commit 965860d1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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