. "$GRIMOIRE/FUNCTIONS"
           SPELL=gnuplot
if [[ $GNUPLOT_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-scm.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
   SOURCE_URL[0]="git://git.code.sf.net/p/${SPELL}/${SPELL}-main:${SPELL}-scm"
   SOURCE_IGNORE=volatile
else
         VERSION=5.2.8
     SOURCE_HASH=sha512:513dff15236dcb58c3c5471cdaa0713242787dbf30ef860c3f69152cb87c6392e4973caff5eb178707bbb84c78548e806b2920864a37686bce49425fbfdc4e8c
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
fi
        WEB_SITE=http://www.gnuplot.info
         ENTERED=20020210
      LICENSE[0]="https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright"
        KEYWORDS="utils"
           SHORT="a mathematical function plotting tool"
cat << EOF
gnuplot plots 2d and 3d graphs, from a data file or with a formula.
It has an interactive mode with online help, or it can be used
non-interactively. gnuplot does function fitting to data sets,
and it does output to many terminals, among which are PostScript,
X11 display, PNG, and GIF (via the old gd library).
EOF
