# Watch: https://github.com/haampie/libtree/tags /refs/tags/v([0-9.]+)[.]tar
           SPELL=libtree
         VERSION=3.1.1
          SOURCE="$SPELL-$VERSION.tar.gz"
      SOURCE_URL=(https://github.com/haampie/$SPELL/archive/refs/tags/v$VERSION.tar.gz)
     SOURCE_HASH=sha512:6b4b41b16edfcaa83c16b566a3afff1de0ecffdd5f91af2c82db95fca678b993e021ca8fac5fd1d37ad60ea2215100a0889ee457ce08019f3888e32c755ba1ce
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://github.com/haampie/libtree"
      LICENSE[0]="MIT"
         ENTERED=20220319
        DOC_DIRS=
        KEYWORDS=""
           SHORT="ldd as a tree"
cat << EOF
A tool that: * turns ldd into a tree * explains how shared libraries are
found or why they cannot be located
EOF
