New package: perl-test-file (#41510)

This commit is contained in:
Arne Becker 2023-12-11 18:52:24 +00:00 committed by GitHub
parent 0f0adb71d0
commit f6de34f9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
# Copyright 2023 EMBL-European Bioinformatics Institute
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class PerlTestFile(PerlPackage):
"""Test file attributes"""
homepage = "https://metacpan.org/pod/Test::File"
url = "https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-File-1.993.tar.gz"
maintainers("EbiArnie")
version("1.993", sha256="ef2ffe1aaec7b42d874ad411ec647547b9b9bc2f5fb93e49e3399488456afc7a")
depends_on("perl@5.8.0:", type=("build", "link", "run", "test"))