summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-file-slurp-tiny/package.py
blob: 699c669661e7fb139e753de5f59a03460aa1bfbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 PerlFileSlurpTiny(PerlPackage):
    """A simple, sane and efficient file slurper"""

    homepage = "https://metacpan.org/pod/File::Slurp::Tiny"
    url = "http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/File-Slurp-Tiny-0.004.tar.gz"

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

    version("0.004", sha256="452995beeabf0e923e65fdc627a725dbb12c9e10c00d8018c16d10ba62757f1e")