New comment by gbrlsnchs on void-packages repository https://github.com/void-linux/void-packages/pull/29272#issuecomment-792987958 Comment: OK, I don't think there's a correct answer here so I agree to do it as you suggest, which I think is also a very good option. I only have a few questions now before patching this PR: - How do I set up the CLI to be installed along with `tree-sitter-devel`? Is it enough to have an empty `do_install` in the main template (in order to override `cargo` build style own `do_install`) and then add `vinstall ...` inside `pkg_install`? - Just for learning purposes on my part, could you give me an example on how would I look for the tree-sitter CLI using `xlocate` in order to find it, for example, in the `tree-sitter-devel` package? I might need this later, so better to learn now.