           SPELL=varnish-libvmod-vsthrottle
          SPELLX=${SPELL##varnish-}
         VERSION=1.0.2
          SOURCE="${SPELLX}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/vaygr/${SPELLX}/archive/refs/tags/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:18a727d495a75ea1e6bb3ca8b03047bec1e6c889e72109f8c49e5bc12d15f7c0268e2ba89b38d68a5701b2cdfc273ceb1ada75090b2a8710682f4569d3545a8f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE=https://github.com/vaygr/libvmod-vsthrottle
      LICENSE[0]=BSD
         ENTERED=20231013
        KEYWORDS=""
           SHORT="improved request throttling module for Varnish"
cat << EOF
vmod_vsthrottle is a Varnish vmod for rate-limiting traffic on a single Varnish
server. Offers a simple interface for throttling traffic on a per-key basis to
a specific request rate.
EOF
