         MODULE=bfs
        VERSION=4.1.4
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/tavianator/bfs/archive/$VERSION.tar.gz
     SOURCE_VFY=sha256:0cac6849efb8a9447268fb273de3fab38f8460adb26a1770934e3f325fab8f5d
       WEB_SITE=https://github.com/tavianator/bfs/
        ENTERED=20200109
        UPDATED=20260629
          SHORT="A breadth-first version of the UNIX find command"

cat << EOF
bfs is a variant of the UNIX find command that operates breadth-first rather
than depth-first. It is otherwise intended to be compatible with many versions
of find (POSIX, GNU, *BSD).
bfs tries to be easier to use than find, while remaining compatible.
For example, bfs is less picky about where you put its arguments.
EOF
