. "${GRIMOIRE}/FUNCTIONS"
           SPELL=neomutt
if [[ "${NEOMUTT_BRANCH}" == "scm" ]]; then
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-git.tar.bz2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
      SOURCE_URL="git_http://github.com/${SPELL}/${SPELL}:${SPELL}-git:main"
   SOURCE_IGNORE="volatile"
  FORCE_DOWNLOAD="on"
else
         VERSION=20251211
  SECURITY_PATCH=2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]="https://github.com/${SPELL}/${SPELL}/archive/${VERSION}.tar.gz"
   SOURCE_URL[1]="https://github.com/${SPELL}/${SPELL}/releases/download/${VERSION}/${VERSION}.tar.gz"
# Watch: https://github.com/neomutt/neomutt/tags tags/([0-9.]+)[.]tar
         SOURCE2="${SOURCE}.sig"
  SOURCE2_URL[0]="${SOURCE_URL[0]}.sig"
  SOURCE2_URL[1]="${SOURCE_URL[1]}.sig"
      SOURCE_GPG="neomutt.gpg:${SOURCE2}:UPSTREAM_KEY"
  SOURCE2_IGNORE="signature"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
        WEB_SITE="https://www.neomutt.org"
      LICENSE[0]=GPL
         ENTERED=20161003
     GATHER_DOCS="no"
           SHORT="a command-line mail reader"
cat << EOF
NeoMutt is a command-line mail reader based on Mutt. It's versatile and
highly configurable.

It has lots of new features which come with documentation and sample config
files.
EOF
