summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-getopt-tabular/package.py
blob: 24e9bf4be2fdaff2b26cc4cfcd2ae68ff226eaa0 (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 PerlGetoptTabular(PerlPackage):
    """Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
    vaguely inspired by John Ousterhout's Tk_ParseArgv."""

    homepage = "https://metacpan.org/pod/Getopt::Tabular"
    url = "https://cpan.metacpan.org/authors/id/G/GW/GWARD/Getopt-Tabular-0.3.tar.gz"

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

    version("0.3", sha256="9bdf067633b5913127820f4e8035edc53d08372faace56ba6bfa00c968a25377")