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

github.setup        gabime spdlog 0.17.0 v
revision            0
checksums           rmd160  1d977f0cecfbb5f018d38b968ee75f76ff104b6a \
                    sha256  94f74fd1b3344733d1db3de2ec22e6cbeb769f93a8baa0d4a22b1f62dc7369f8 \
                    size    172323

name                spdlog0
conflicts           spdlog
categories          devel
platforms           any
maintainers         nomaintainer
license             MIT

description         Very fast, header only, C++ logging library.
long_description    {*}${description}

github.tarball_from archive

# only header files are installed, but C++11 is still required for build tests
supported_archs     noarch
compiler.cxx_standard   2011

# Backport of https://github.com/gabime/spdlog/commit/c65aa4e4889939c1afa82001db349cac237a13f8
patchfiles          patch-pthread.diff

livecheck.type      none
