# Watch: https://ftp.gnu.org/gnu/screen
           SPELL=screen
# Do not update to 5.x without careful investigation of security issues!
# See https://security.opensuse.org/2025/05/12/screen-security-issues.html
         VERSION=4.9.1
      PATCHLEVEL=2
  SECURITY_PATCH=1
          SOURCE=${SPELL}-${VERSION}.tar.gz
     SOURCE_HASH=sha512:1f278313528815f4246bb162ced611c5d77321d11055e8d853168dc804c75d5f78568056a23e46db0640e1605e5cad4a5ce05e95e50cf02bb322cb6f57e5a126
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/screen/$SOURCE
        WEB_SITE=https://www.gnu.org/software/screen
         ENTERED=20010922
  SECURITY_PATCH=1
      LICENSE[0]=GPL2
        KEYWORDS="terminal console"
           SHORT="screen multiplexes a physical terminal"
cat << EOF
Screen is a full-screen window manager that multiplexes a physical
terminal between several processes, typically interactive shells.
Each virtual terminal provides the functions of the DEC VT100
terminal and, in addition, several control functions from the
ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete
line and support for multiple character sets).
EOF
