summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-devel-checklib/package.py
blob: c392d2ae8adb9b4d070340206cb47a6bd2dd18ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 PerlDevelChecklib(PerlPackage):
    """Devel::CheckLib - check that a library is available"""

    homepage = "https://metacpan.org/pod/Devel::CheckLib"
    url = "https://cpan.metacpan.org/authors/id/M/MA/MATTN/Devel-CheckLib-1.16.tar.gz"
    maintainers("snehring")

    license("GPL-1.0-or-later OR Artistic-1.0-Perl")

    version("1.16", sha256="869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca")