# -*- 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.2
github.tarball_from releases
revision            0
epoch               1
use_xz              yes

checksums           rmd160  f198051f0810c86eceb406cbbf6b81ae2084576e \
                    sha256  225128e697c4a8c8a878fd0078c965ff8bd5fb24913bfc8473b8edbd50f843f8 \
                    size    474052

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.]+)}
