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

name                termdown
version             1.18.0
revision            0
categories-prepend  sysutils
license             GPL-3
supported_archs     noarch
platforms           {darwin any}

python.default_version \
                    310

maintainers         {harens @harens} openmaintainer

description         Countdown timer and stopwatch in your terminal
long_description    {*}${description}. ${name} can also operate in a \
                    stopwatch and count forward mode.

homepage            https://github.com/trehn/${name}

checksums           rmd160  dcefb5ca9f18b129a67768c84acf0577019884d2 \
                    sha256  9165df7afd74a442432ba1755c6da3e017801995cf0a17f794295fcb2fd6dd1e \
                    size    22621

depends_build-append \
                    port:py${python.version}-setuptools

depends_run-append  port:py${python.version}-click \
                    port:py${python.version}-dateutil \
                    port:py${python.version}-pyfiglet
