abinfo "Generating shell completions ..."
mkdir -pv "$PKGDIR"/usr/share/zsh/site-functions \
          "$PKGDIR"/usr/share/bash-completion/completions \
          "$PKGDIR"/usr/share/fish/vendor_completions.d
"$PKGDIR"/usr/bin/just --completions zsh > "$PKGDIR"/usr/share/zsh/site-functions/_just
"$PKGDIR"/usr/bin/just --completions bash > "$PKGDIR"/usr/share/bash-completion/completions/just
"$PKGDIR"/usr/bin/just --completions fish > "$PKGDIR"/usr/share/fish/vendor_completions.d/just.fish
