          MODULE=fish
         VERSION=4.6.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:ff1e16be24e1f27b7e2fe8f83596152d2a360e380e357fb84f8f5a820ced39ec
        WEB_SITE=https://fishshell.com/
         ENTERED=20191024
         UPDATED=20260401
           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
