. "$GRIMOIRE/FUNCTIONS"
           SPELL=autopair
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/capitaomorte/$SPELL.git
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE="https://github.com/capitaomorte/$SPELL"
      LICENSE[0]="GPLv3+"
         ENTERED=20140708
        KEYWORDS=""
           SHORT="Automagically pair braces and quotes"
cat << EOF
Autopair is an extension to the Emacs text editor that automatically pairs
braces and quotes:

    Opening braces/quotes are autopaired; Closing braces/quotes are
    autoskipped; Backspacing an opening brace/quote autodeletes its pair.
    Newline between newly-opened brace pairs open an extra indented line.

Autopair works well across all Emacs major-modes, deduces from the language's
syntax table which characters to pair, skip or delete. It should work even
with extensions that redefine such keys.
EOF
