perl-class-tiny: New package (#41513)
This commit is contained in:
parent
4ec958c5c6
commit
0f0adb71d0
1 changed files with 20 additions and 0 deletions
20
var/spack/repos/builtin/packages/perl-class-tiny/package.py
Normal file
20
var/spack/repos/builtin/packages/perl-class-tiny/package.py
Normal 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 PerlClassTiny(PerlPackage):
|
||||||
|
"""Minimalist class construction"""
|
||||||
|
|
||||||
|
homepage = "https://metacpan.org/pod/Class::Tiny"
|
||||||
|
url = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-1.008.tar.gz"
|
||||||
|
|
||||||
|
maintainers("EbiArnie")
|
||||||
|
|
||||||
|
version("1.008", sha256="ee058a63912fa1fcb9a72498f56ca421a2056dc7f9f4b67837446d6421815615")
|
||||||
|
|
||||||
|
depends_on("perl@5.6.0:", type=("build", "link", "run", "test"))
|
Loading…
Reference in a new issue