          MODULE=just
         VERSION=1.58.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/casey/${MODULE}/archive/${VERSION}.tar.gz
      SOURCE_VFY=sha256:c8a36e6e9397f2fdfcb0cc246fcdb790b52a784f3c8cabc0d8baeb031852a148
        WEB_SITE=https://github.com/casey/just
         ENTERED=20251218
         UPDATED=20260805
           SHORT="A handy way to save and run recipes of commands"

cat << EOF
just is a handy way to save and run project-specific commands.
Commands, called recipes, are stored in a file called justfile with syntax
inspired by make.
EOF
