New review comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/23430#discussion_r450535872 Comment: `depends="bash sudo"` --- Below are not comment on template, but the code itself - `bash`: It looks like they're using non-required bashism. With a quick skim over the code, the code could be rewritten in POSIX sh. - `sudo`: I prefer `runuser` or `chpst` instead.