mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 KiB
Tcl
# -*- 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 makefile 1.0
|
|
|
|
github.setup aristocratos btop 1.4.7 v
|
|
revision 0
|
|
github.tarball_from archive
|
|
epoch 1
|
|
categories sysutils
|
|
license Apache-2
|
|
maintainers {samasaur.com:sam @samasaur1} openmaintainer
|
|
|
|
checksums rmd160 e5baa8b91dcb505cce5146dd753603b468f57543 \
|
|
sha256 933de2e4d1b2211a638be463eb6e8616891bfba73aef5d38060bd8319baeefc6 \
|
|
size 1280005
|
|
|
|
description A monitor of resources
|
|
|
|
long_description Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
|
|
|
|
depends_build path:libexec/coreutils/libstdbuf.so:coreutils \
|
|
port:gmake
|
|
|
|
makefile.override-append \
|
|
PREFIX
|
|
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
|