Package shellcheck-bin seems broken
I recently tried to install shellcheck on my Artix machine. The only package that looked related was shellcheck-bin. I installed this through pacman and this looked like it succeeded. However, there was no command `shellcheck` in my path, or anywhere on my system.
I ran
pacman -S shellcheck-bin
which shellcheck
find / -name 'shellch*'
and the output was
/var/cache/pacman/pkg/shellcheck-bin-0.9.0-46-x86_64.pkg.tar.zst
/var/cache/pacman/pkg/shellcheck-bin-0.9.0-46-x86_64.pkg.tar.zst.sig
/var/lib/pacman/local/shellcheck-bin-0.9.0-46
/usr/share/vim/vim90/compiler/shellcheck.vim
So it looks like a problem with the `shellcheck-bin` package. Does anyone know how to contact the maintainer? I would have opened an issue on `https://gitea.artixlinux.org/` but I did not see a way to create an account there.