           SPELL=strace
         VERSION=6.18
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
   SOURCE_URL[0]="https://github.com/${SPELL}/${SPELL}/releases/download/v${VERSION}/${SOURCE}"
# Watch: https://github.com/strace/strace/tags tags/v([0-9.]+)[.]tar
  SOURCE2_URL[0]="${SOURCE_URL[0]}.asc"
      SOURCE_GPG=F7DDBB3A.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=https://strace.io/
         ENTERED=20010922
      LICENSE[0]=BSD
        KEYWORDS="devel"
           SHORT="System call tracing utility (like trace, truss, etc)"
cat << EOF
strace is a useful diagnositic, instructional, and debugging tool.
System adminstrators, diagnosticians and troubleshooters will find
it invaluable for solving problems with programs for which the source
is not readily.
EOF
