abinfo "Installing completions ..."
install -dvm755 "$PKGDIR"/usr/share/bash-completion/completions
"$PKGDIR"/usr/bin/xcaddy completion bash \
    > "$PKGDIR"/usr/share/bash-completion/completions/xcaddy
install -dvm755 "$PKGDIR"/usr/share/zsh/site-functions
"$PKGDIR"/usr/bin/xcaddy completion zsh \
    > "$PKGDIR"/usr/share/zsh/site-functions/_xcaddy
install -dvm755 "$PKGDIR"/usr/share/fish/vendor_completions.d
"$PKGDIR"/usr/bin/xcaddy completion fish \
    > "$PKGDIR"/usr/share/fish/vendor_completions.d/xcaddy.fish
