. "$GRIMOIRE/FUNCTIONS"
           SPELL=fill-column-indicator
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/alpaker/Fill-Column-Indicator.git:${SPELL}-git
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE="https://github.com/alpaker/Fill-Column-Indicator"
      LICENSE[0]=GPL
         ENTERED=20111108
           SHORT="An Emacs minor mode that graphically indicates the fill column"
cat << EOF
Many modern editors and IDEs can graphically indicate the location of the fill
column by drawing a thin line (in design parlance, a "rule") down the length of
the editing window. Fill-column-indicator implements this facility in Emacs.
EOF
