. "$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=6.0.5
     SOURCE_HASH=sha512:6473ddf8f34c94137c8aa85fff2ab1d3fb6d0f9a0b671ddf886259af38a782ba55cbc1bd5e6378a949a3c1cc9482bd090592df1920bb5cbebb4bfc1b8b13a2cb
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
# Watch: https://sourceforge.net/projects/gnuplot/files/gnuplot/ a href="/projects/gnuplot/files/gnuplot/([0-9.]+)/"
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
