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

checksums           rmd160  27c59724782eec3eaa98155f485356594ed8b389 \
                    sha256  904f7d4580fc11cffc7e0f06895a4789e0c1c054435752c151e812fead9f6220 \
                    size    427444

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 \
                    port:autoconf \
                    port:automake \
                    port:libtool \
                    port:pkgconfig

depends_lib-append  port:ncurses

pre-configure {
    system -W ${worksrcpath} "sh autogen.sh"
}

configure.args      --disable-unwind

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