perl-getopt-argvfile: add new package with version 1.11 (#41625)
This commit is contained in:
parent
c4baf4e199
commit
965860d1f8
@ -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")
|
Loading…
Reference in New Issue
Block a user