You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 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 cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup Syllo nvtop 3.3.2
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
description \
|
|
GPU \& Accelerator process monitoring for AMD, Apple, Huawei, Intel, \
|
|
NVIDIA and Qualcomm
|
|
|
|
long_description \
|
|
{*}${description}. NVTOP stands for Neat Videocard TOP, a \(h\)top like \
|
|
task monitor for GPUs and accelerators. It can handle multiple GPUs and \
|
|
print information about them in a htop-familiar way.
|
|
|
|
license GPL-3
|
|
installs_libs no
|
|
categories sysutils graphics
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
platforms {darwin >= 21}
|
|
|
|
checksums rmd160 a891631b6f0dcb0f230580f2b9e783253798ce6d \
|
|
sha256 48a295f3b3a917cc851d1aa8b185c09fde3a1b1e741fc57d7fa96b3671271630 \
|
|
size 316591
|
|
|
|
depends_lib-append port:ncurses
|