# -*- 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

github.setup        marzer tomlplusplus 3.4.0 v
revision            0
categories          devel
platforms           any
license             MIT
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         TOML config file parser and serializer
long_description    Header-only TOML config file parser and serializer for C++17.
homepage            https://marzer.github.io/tomlplusplus
checksums           rmd160  acf4b95c7d15ca78e060bf33a11f8fd06f5de076 \
                    sha256  8517f65938a4faae9ccf8ebb36631a38c1cadfb5efa85d9a72e15b9e97d25155 \
                    size    1294731
github.tarball_from archive
supported_archs     noarch

compiler.cxx_standard   2017

configure.args-append   -DBUILD_EXAMPLES=OFF

# Why on earth is this even installed?
post-destroot {
    delete ${destroot}${prefix}/include/meson.build
}
