# -*- 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            p-ranav tabulate 1.5 v
github.tarball_from     archive
revision                1
categories              devel
license                 MIT
maintainers             {mps @Schamschula} openmaintainer
description             tabulate is a header-only library for printing aligned, formated \
                        and colorized tables in moder C++.
long_description        {*}${description}

supported_archs         noarch
platforms               {darwin any}

# stealth update for move to GitHub archive
dist_subdir             ${name}/${version}_${revision}

checksums               rmd160  d2692f3544d62f471dfae28755deebd98469cd33 \
                        sha256  16b289f46306283544bb593f4601e80d6ea51248fde52e910cc569ef08eba3fb \
                        size    2546549

compiler.cxx_standard   2017
