# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem              1.0
PortGroup               github 1.0
PortGroup               meson 1.0

github.setup            benhoyt inih 58 r
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
revision                0
categories              devel
license                 BSD
maintainers             nomaintainer

description             inih (INI Not Invented Here) is a simple .INI file parser written in C
long_description        It's only a couple of pages of code, and it was designed to be small and simple, \
                        so it's good for embedded systems. It's also more or less compatible with \
                        Python's ConfigParser style of .INI files, including RFC 822-style multi-line \
                        syntax and name: value entries.

checksums               rmd160  0bf118fe35b7d8fa9cc95e8fff2d1a3f97b4b0b3 \
                        sha256  c50543aca30fd1e5eb1d494d145ae25a41b93ba72b960d8b935e0772f587aae2 \
                        size    19969

depends_build-append    path:bin/pkg-config:pkgconfig

# ERROR: C++ Compiler does not support -std=c++11
compiler.cxx_standard   2011
