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

github.setup        nschloe tiptop 0.2.8 v
github.tarball_from archive
revision            0

description         Command-line system monitoring
long_description    \
    tiptop is a command-line system monitoring tool in the spirit of top. It \
    displays various interesting system stats, graphs it, and works on Linux \
    and macOS.

categories-prepend  sysutils
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} openmaintainer

checksums           rmd160  d38ae001b0a0a6f90aa4525412b974047cea5013 \
                    sha256  7ab2b5eac20ec0661f155bfc1fb15597e2aae21c52d37dd19357e5912ce0cd73 \
                    size    17743

python.default_version  314

depends_run-append  port:py${python.version}-cpuinfo \
                    port:py${python.version}-distro \
                    port:py${python.version}-psutil \
                    port:py${python.version}-rich \
                    port:py${python.version}-textual

test.run            yes
