Skip to content

Commit

Permalink
nvtop: add version 3.0.l
Browse files Browse the repository at this point in the history
Kind of a htop for GPUs. More information:
https://github.com/Syllo/nvtop
  • Loading branch information
thomas committed May 26, 2023
1 parent c3d522b commit ba06ed1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions nvtop.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit ba06ed1

Please sign in to comment.