# Watch: https://github.com/magicant/yash/tags
           SPELL=yash
         VERSION=2.58.1
          SOURCE="$SPELL-$VERSION.tar.xz"
   SOURCE_URL[0]=https://github.com/magicant/yash/releases/download/$VERSION/$SOURCE
     SOURCE_HASH=sha512:01e87d579db4ad15ff475cdb7a5360e1b1b6d0e39301e191910943f99adb6686e2462645114c68b59e3de53c5d4486748a9d070a47e3d148e6e3f84b000f1318
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://magicant.github.io/yash/"
      LICENSE[0]="GPL-2.0-or-later"
         ENTERED=20200821
        KEYWORDS=""
           SHORT="Yet Another Shell"
cat << EOF
Yash, yet another shell, is a POSIX-compliant command line shell written in C99
(ISO/IEC 9899:1999). Yash is intended to be the most POSIX-compliant shell in
the world while supporting features for daily interactive and scripting use.
Notable features are:

- Global aliases
- Arrays
- Socket redirection, pipeline redirection, and process redirection
- Brace expansion and extended globbing
- Fractional numbers in arithmetic expansion
- Prompt command and command-not-found handler
- Command line completion with predefined completion scripts for more than 100
  commands
- Command line prediction based on command history
EOF
