# -*- 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           legacysupport 1.1

github.setup        htop-dev htop 3.5.3
github.tarball_from releases
revision            0
epoch               1
use_xz              yes

checksums           rmd160  51640b4c7eb132f154543b3014449b6334606718 \
                    sha256  a8b164386494cb85bb255a415a3f5f80afe7a0c4491da5d113b3a0f951087e65 \
                    size    475676

categories          sysutils
maintainers         {cal @neverpanic} openmaintainer
license             GPL-2

description         an interactive text-mode process viewer for Unix
long_description    ${name} is {*}${description} systems. It aims to be a better 'top'.

homepage            https://htop.dev/

depends_build-append \
                    path:bin/pkg-config:pkgconfig

depends_lib-append  port:ncurses

configure.args      --without-libunwind

post-destroot {
    # Delete the .png and .desktop files
    foreach dir [list applications pixmaps] {
        delete ${destroot}${prefix}/share/${dir}
    }
}

# Exclude beta releases from livecheck
github.livecheck.regex  {([0-9.]+)}
