# Watch: https://ftp.gnu.org/gnu/findutils
           SPELL=findutils
         VERSION=4.10.0
     SOURCE_HASH=sha512:b8b683d21cd26c6da4f41c56e83cadbda4780f8610a2bbd4b4e34bb1f339c3209721974b03e076d5eef0331fd876d947b398197aad37c29bbcc2e0405c641b34
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
        WEB_SITE=https://www.gnu.org/software/findutils
         ENTERED=20010922
      LICENSE[0]=GPL
        DOC_DIRS=""
        KEYWORDS="utils"
           SHORT="utilities for locating files"
cat << EOF
findutils - Finds and then operates on files
The program includes:
bigram    -  used together with code to produce older-style locate databases
code      -  the ancestor of frcode. It was used in older-style locate databases
find      -  finds files that match certain criteria performs
             arbitrary operations on them interactively and
             in shell scripts
frcode    -  called by updatedb to compress the list of file names using
             front-compression, which reduces the database size by a factor
             of 4 to 5
locate    -  scans a database for file names that match a pattern
updatedb  -  update a file name database
xargs     -  applies a command to a list of files
EOF
