# -*- 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           cmake 1.1
PortGroup           github 1.0

# For now commit-base, since the last tag does not build.
# https://github.com/mcmtroffaes/inipp/issues/30
github.setup        mcmtroffaes inipp c61e699682d3f1091209c2179f1d03f5fc593327
version             2022.02.04
revision            0
categories          devel
platforms           {darwin any}
license             MIT
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Simple C++ ini parser
long_description    Simple header-only C++ ini parser and generator.
checksums           rmd160  4da22f40ec16072b7af7540c7167324caea726b4 \
                    sha256  5454b10bb3a353e677fe7585926cbaf6a8e90c77f9b24df4c9d2ea4bd9850683 \
                    size    15803
github.tarball_from archive
supported_archs     noarch

compiler.cxx_standard   2011

destroot {
    copy ${worksrcpath}/${name}/inipp.h ${destroot}${prefix}/include/
}

test.run            yes
