           SPELL=wrk
         VERSION=4.0.2
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://github.com/wg/${SPELL}/archive/${VERSION}.tar.gz
     SOURCE_HASH=sha512:4279cf7136e2919779be3f61f462136a7a5288eac481104b844193682a8fc554581fd3942624d0be9317a3e82c82497927a124b9b4dbdf455e30d3f0cad1fdea
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
            DOCS="NOTICE SCRIPTING ${DOCS}"
        WEB_SITE=https://github.com/wg/wrk
         ENTERED=20170828
      LICENSE[0]=APACHE
        KEYWORDS="http"
           SHORT="modern HTTP benchmarking tool"
cat << EOF
wrk is a modern HTTP benchmarking tool capable of generating significant load
when run on a single multi-core CPU. It combines a multithreaded design with
scalable event notification systems such as epoll and kqueue.

An optional LuaJIT script can perform HTTP request generation, response
processing, and custom reporting.
EOF
