           SPELL=chezmoi-bin
          SPELLX=${SPELL/-bin/}
         VERSION=2.50.0
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
            ARCH=amd64
     SOURCE_HASH=sha256:776ec136306ef38538d34cb3041bf022dc5a095b3fa3722ed268d52d306a6a4c:UPSTREAM_HASH
else
            ARCH=i386
     SOURCE_HASH=sha256:e4b71235b5084367572ce0c372a9a7733b2f83423eeb7bcfb817ea2c51e35456:UPSTREAM_HASH
fi
          SOURCE=${SPELLX}_${VERSION}_linux_${ARCH}.tar.gz
   SOURCE_URL[0]=https://github.com/twpayne/${SPELLX}/releases/download/v${VERSION}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE=https://www.chezmoi.io/
      LICENSE[0]=MIT
         ENTERED=20230723
        KEYWORDS="dotfiles"
           SHORT="dotfiles manager across multiple diverse machines"
cat << EOF
chezmoi helps you manage your personal configuration files across multiple
machines.

chezmoi provides many features beyond symlinking or using a bare git repo
including:

- templates (to handle small differences between machines)
- password manager support (to store your secrets securely)
- importing files from archives (great for shell and editor plugins)
- full file encryption (using gpg or age)
- running scripts (to handle everything else)
EOF
