DEFVER=1
ARCHS_SUPPORTED="amd64 armhf arm64"
get_github_releases "ClementTsang/bottom" "latest"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep -m 1 "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
    VERSION_PUBLISHED=$(echo "${URL}" | cut -d'/' -f8)
fi
PRETTY_NAME="bottom"
WEBSITE="https://github.com/ClementTsang/bottom"
SUMMARY="Yet another cross-platform graphical process/system monitor."
