perl-parselex: add new package with version 2.21 (#41626)

This commit is contained in:
Christopher Christofi 2023-12-13 03:08:28 +00:00 committed by GitHub
parent dd82227ae7
commit c4baf4e199
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 PerlParselex(PerlPackage):
"""Parse::Lex - Generator of lexical analyzers - moving pointer inside text."""
homepage = "https://metacpan.org/pod/Parse::Lex"
url = "https://cpan.metacpan.org/authors/id/P/PS/PSCUST/ParseLex-2.21.tar.gz"
version("2.21", sha256="f55f0a7d1e2a6b806a47840c81c16d505c5c76765cb156e5f5fd703159a4492d")