          MODULE=libgtop
         VERSION=2.41.3
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
      SOURCE_VFY=sha256:775676df958e2ea2452f7568f28b2ea581063d312773dd5c0b7624c1b9b2da8c
        WEB_SITE=http://www.gnome.org
         ENTERED=20020714
         UPDATED=20240217
           SHORT="A library to provide top functionality to applications"

cat << EOF
libgtop is a library that fetches information about the running system such as
cpu and memory usage, active processes etc. On Linux systems, these information
are taken directly from the /proc filesystem while on other systems a server is
used to read those information from /dev/kmem or similar.
EOF
