. "$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.3
     SOURCE_HASH=sha512:33b0954ff70f1655e23ce0b6986b317a2b1be5ff6c3edda4df0499ef1e2db9bef97f2f3f5ca6c18272bd3375e60c8c07db3639f1c139be51416e8a6aba6e33c9
          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
