source "${GRIMOIRE}/CMAKE_FUNCTIONS"
           SPELL=neovim
         VERSION=0.4.3
     SOURCE_HASH=sha512:e13853fa296eda8618f389c71b6cbbd6f01d561615e80cc92959131dd10e395b1c6732a7d9ef6dbb9fe3ea9da4c11485b464547e2d46b22e59b8a20214e861f5
  SECURITY_PATCH=1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
    SOURCE_HINTS="no-check-certificate"
   SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/v${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://neovim.io/"
      LICENSE[0]="APACHE"
         ENTERED=20151227
        KEYWORDS=""
           SHORT="vim out of the box"
cat << EOF
Neovim is a project that seeks to aggressively refactor Vim in order to:
  * Simplify maintenance and encourage contributions
  * Split the work between multiple developers
  * Enable the implementation of new/modern user interfaces without any modifi-
    cations to the core source
  * Improve extensibility with a new plugin architecture
EOF
