From ba06ed147f8d70489aef06ee297e50180c0a568f Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 26 May 2023 10:58:08 +0200 Subject: [PATCH] nvtop: add version 3.0.l Kind of a htop for GPUs. More information: https://github.com/Syllo/nvtop --- nvtop.be0 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 nvtop.be0 diff --git a/nvtop.be0 b/nvtop.be0 new file mode 100755 index 000000000..642004fb8 --- /dev/null +++ b/nvtop.be0 @@ -0,0 +1,36 @@ +#!/usr/bin/env beesh + +# BEE_VERSION nvtop-3.0.1-0 + +# orig: https://github.com/Syllo/nvtop/archive/refs/tags/3.0.1.tar.gz +SRCURL[0]="https://beehive.molgen.mpg.de/c23fd9383e9423745fadea6b4e94ab5c/nvtop-3.0.1.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}