2022-01-17 14:46:17 +00:00
|
|
|
# -*- 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
|
2026-01-20 11:52:40 -05:00
|
|
|
revision 1
|
|
|
|
|
|
2022-01-17 14:46:17 +00:00
|
|
|
categories-prepend sysutils
|
|
|
|
|
license GPL-3
|
|
|
|
|
supported_archs noarch
|
2022-12-14 22:40:47 +11:00
|
|
|
platforms {darwin any}
|
2022-01-17 14:46:17 +00:00
|
|
|
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
|
|
|
|
|
|
2026-01-20 11:52:40 -05:00
|
|
|
python.default_version 314
|
2022-01-17 14:46:17 +00:00
|
|
|
|
|
|
|
|
depends_run-append port:py${python.version}-click \
|
|
|
|
|
port:py${python.version}-dateutil \
|
|
|
|
|
port:py${python.version}-pyfiglet
|