# Watch: https://ftp.gnu.org/gnu/ncurses
           SPELL=ncurses
         VERSION=6.5
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
# Watch: https://invisible-mirror.net/archives/ncurses/
   SOURCE_URL[1]="https://invisible-mirror.net/archives/$SPELL/$SOURCE"
  SOURCE2_URL[0]=$SOURCE_URL.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
  SOURCE2_IGNORE=signature
      SOURCE_GPG=dickey.gpg:$SOURCE2:UPSTREAM_KEY
        WEB_SITE=https://www.gnu.org/software/ncurses/
         ENTERED=20010922
      LICENSE[0]=MIT
        KEYWORDS="libs"
           SHORT="free software emulation of curses in System V Release 4.0"
cat << EOF
ncurses - Displays and updates text on text-only terminals. The ncurses (new
curses) library is a free software emulation of curses in System V Release 4.0
and more. It uses terminfo format, supports pads and color and multiple
highlights and forms chracters and function-key mapping, and has all the other
SYSV-curses enhancements over BSD curses. It should port easily to any
ANSI/POSIX-conforming UNIX-like system. The distribution includes the library
and support utilities, including a terminfo compiler tic, a decompiler infocmp,
clear, tput, tset, and a termcap conversion tool captoinfo.
EOF
