          MODULE=fish
         VERSION=4.8.0
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-shell-$VERSION
 SOURCE_URL_FULL=https://github.com/fish-shell/fish-shell/archive/refs/tags/$VERSION.tar.gz
      SOURCE_VFY=sha256:c27e91e3812608d70654cd064067043860f39d9e3fa1171e3af326c852f3e209
        WEB_SITE=https://fishshell.com/
         ENTERED=20191024
         UPDATED=20260703
           SHORT="fish is a smart and user-friendly command line shell"

cat << EOF
A friendly shell that has several features:

Autosuggestions - fish suggests commands as you type based on history and
    completions, just like a web browser.
Color - fish supports 24 bit true color, the state of the art in terminal
    technology.
Scripting - fish is fully scriptable, and its syntax is simple, clean, and
    consistent.
EOF
