. "$GRIMOIRE"/FUNCTIONS
           SPELL=tiptop
         VERSION=$(get_scm_version)
          SOURCE="$SPELL-git.tar.xz"
   SOURCE_URL[0]=git_http://github.com/FeCastle/$SPELL.git:$SPELL-git
   SOURCE_IGNORE=volatile
   FORCE_DOWLOAD=on
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
        WEB_SITE="https://github.com/FeCastle/tiptop/"
      LICENSE[0]="GPL-2.0-only"
         ENTERED=20221112
        KEYWORDS=""
           SHORT="performance monitoring tool for Linux"
cat << EOF
Tiptop is a performance monitoring tool for Linux. It provides a dynamic
real-time view of the tasks running in the system. tiptop is very similar to
the top utility, but most of the information displayed comes from hardware
counters.
EOF
