           SPELL=fio
         VERSION=3.26
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://brick.kernel.dk/snaps/${SOURCE}
     SOURCE_HASH=sha512:db4af380aa623dd95efb86811401b2cdbf7be978fa737f353c777e8b1b9420411a540b435e6a28d2962b9d05f0e8fcf5218b71df382bba85320afa1bbad25939
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/axboe/fio"
      LICENSE[0]=GPL
         ENTERED=20191207
           SHORT="a flexible i/o tester"
cat << EOF
Fio spawns a number of threads or processes doing a particular type of I/O
action as specified by the user. fio takes a number of global parameters,
each inherited by the thread unless otherwise parameters given to them
overriding that setting is given.  The typical use of fio is to write a job
file matching the I/O load one wants to simulate.
EOF
