. "${GRIMOIRE}/FUNCTIONS"
           SPELL="ngtcp2"
         VERSION="$(get_scm_version)"
          SOURCE="${SPELL}-git.tar.xz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
      SOURCE_URL="git_http://github.com/${SPELL}/${SPELL}:${SPELL}-git:main"
   SOURCE_IGNORE="volatile"
  FORCE_DOWNLOAD="on"
if [[ "${NGTCP2_WITHSSL}" == "y" ]]; then
         SOURCE2="${SPELL}-openssl-git.tar.xz"
     SOURCE2_URL="git_http://github.com/quictls/openssl:${SPELL}-openssl-git:OpenSSL_1_1_1l+quic"
  SOURCE2_IGNORE="volatile"
fi
        WEB_SITE="https://github.com/ngtcp2/ngtcp2"
      LICENSE[0]="MIT"
         ENTERED="20211107"
           SHORT="IETF QUIC protocol implementation"
cat << EOF
ngtcp2 project is an effort to implement RFC9000 QUIC protocol.
EOF
