           SPELL=fio
         VERSION=3.32
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://brick.kernel.dk/snaps/${SOURCE}
     SOURCE_HASH=sha512:1db8d9a91abe8c0fc44bf4e9d6a8e65551c4cd0cf4c5764d4eabea730f6b617794eb35d2829c9b1ada739434fa4ebc6af2fcaeb48998c2efad5fc6891dfec6e3
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
