          MODULE=fish
         VERSION=4.2.1
          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:bfe49603fe777e6d9309dbbb814de6719d15c6efcc6d9077833ed44208554ff6
         ENTERED=20191024
         UPDATED=20251114
           SHORT="fish is a smart and user-friendly command line shell"

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

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
