summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libinih/package.py
blob: a72044b9fe46314ca8ce972e822d5275376fcba1 (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 Libinih(MesonPackage):
    """
    inih (INI Not Invented Here) is a simple .INI file parser written in C.
    """

    homepage = "https://github.com/benhoyt/inih"
    url = "https://github.com/benhoyt/inih/archive/refs/tags/r53.tar.gz"
    git = "https://github.com/benhoyt/inih.git"

    version("master", branch="master")