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

github.setup        iinsertNameHere clid 1.1.0 v
revision            0
categories          graphics sysutils
license             MIT
maintainers         nomaintainer
description         TUI color picking tool
long_description    {*}${description}
checksums           rmd160  722ba14e3ddbc1a96d580eddda0baddb4a7ca204 \
                    sha256  d936ba2cadb31f689e5f842162ea1cbc2cce382cb59c509deb5171d0d7a5f1d6 \
                    size    26840
github.tarball_from archive

compiler.cxx_standard   2020

# https://github.com/iinsertNameHere/clid/issues/5
destroot {
    copy ${worksrcpath}/build/${name} ${destroot}${prefix}/bin
    xinstall -d ${destroot}${prefix}/share/doc/${name}
    copy ${worksrcpath}/README.md ${destroot}${prefix}/share/doc/${name}
}

notes "
Terminal emulator with true color support is needed to use this app.\
For example, you may install contour, mlterm(-minimal) port for that.
"
