Skip to content

Commit

Permalink
add gotop
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 authored and flexiondotorg committed Dec 30, 2024
1 parent 8574dc1 commit 749ddcf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ google-cloud-cli
google-earth-pro-stable
goreleaser
goreleaser-pro
gotop
gpu-viewer
grub-customizer
grype
Expand Down
15 changes: 15 additions & 0 deletions 01-main/packages/gotop
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64 armhf"
local ARCH_VER
case ${HOST_ARCH} in
armhf) ARCH_VER="arm7" ;;
*) ARCH_VER=${HOST_ARCH} ;;
esac
get_github_releases "xxxserxxx/gotop"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*${ARCH_VER}\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
VERSION_PUBLISHED="$(sed -E 's|.*_v([^/]*)_.*|\1|' "${URL}")"
fi
PRETTY_NAME="gotop"
WEBSITE="https://github.com/xxxserxxx/gotop"
SUMMARY="A terminal based graphical activity monitor inspired by gtop and vtop"

0 comments on commit 749ddcf

Please sign in to comment.