New comment by CameronNemo on void-packages repository https://github.com/void-linux/void-packages/pull/25633#issuecomment-709747283 Comment: I see it as a trade-off between closely mirroring upstream identification (external consistency) and normalizing what is coming in from the world (internal consistency). ```diff diff --git a/Manual.md b/Manual.md index 4af3a7b78d..9675e5a00f 100644 --- a/Manual.md +++ b/Manual.md @@ -255,6 +255,9 @@ Programs can be split into program packages and library packages. The program package should be named as described above. The library package should be prefixed with "lib" (see section `Libraries`) +If miscellanious executables are put into a subpackage, name the subpackage +`${sourcepkg}-tools`. Void does not accept packages with the `-utils` suffix. + ### Global functions ``` Which do you value more?