2023-07-03 16:08:06 -07: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 github 1.0
|
2023-07-10 12:21:36 -07:00
|
|
|
PortGroup makefile 1.0
|
2023-07-03 16:08:06 -07:00
|
|
|
|
2026-05-03 01:17:54 +10:00
|
|
|
github.setup aristocratos btop 1.4.7 v
|
2024-02-12 10:35:18 -05:00
|
|
|
revision 0
|
2024-01-27 15:05:15 -05:00
|
|
|
github.tarball_from archive
|
|
|
|
|
epoch 1
|
|
|
|
|
categories sysutils
|
|
|
|
|
license Apache-2
|
|
|
|
|
maintainers {samasaur.com:sam @samasaur1} openmaintainer
|
2023-07-03 16:08:06 -07:00
|
|
|
|
2026-05-03 01:17:54 +10:00
|
|
|
checksums rmd160 e5baa8b91dcb505cce5146dd753603b468f57543 \
|
|
|
|
|
sha256 933de2e4d1b2211a638be463eb6e8616891bfba73aef5d38060bd8319baeefc6 \
|
|
|
|
|
size 1280005
|
2023-07-03 16:08:06 -07:00
|
|
|
|
|
|
|
|
description A monitor of resources
|
|
|
|
|
|
|
|
|
|
long_description Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
|
|
|
|
|
|
2025-03-01 14:20:21 -05:00
|
|
|
depends_build path:libexec/coreutils/libstdbuf.so:coreutils \
|
2024-01-27 15:05:15 -05:00
|
|
|
port:gmake
|
2023-07-03 16:08:06 -07:00
|
|
|
|
2024-01-27 15:05:15 -05:00
|
|
|
makefile.override-append \
|
|
|
|
|
PREFIX
|
2023-07-10 12:21:36 -07:00
|
|
|
compiler.cxx_standard 2020
|
|
|
|
|
compiler.blacklist-append {clang < 1600} {*gcc-[4-9]*} {*clang-[3-9]*} \
|
|
|
|
|
*clang-10 *clang-11 *clang-12 *clang-13 *clang-14 *clang-15
|