New review comment by endigma on void-packages repository https://github.com/void-linux/void-packages/pull/29326#discussion_r592900471 Comment: ahesford: you suggest a restructure of the package to be as follows correct?: ``` docker-cli -> docker (transitional package) moby (docker-engine) ``` this isn't a horrible idea, but I think my approach is better for a few reasons: 1. the docker-cli doesn't depend on the docker container daemon, nor vice versa 2. some people may wish to install one of the two packages individually 3. as it stands, `docker` is a dummy package similar to `xorg` which provides all the tools one might expect or need. 4. renaming the engine package to moby may be more accurate to the repository used, however if someone queries the xbps repositories for docker related packages it might be better to name the package in relation to what it's normally used for. I've also updated the distfiles to be sourced from the `docker/engine` repository so in the event the versioning of these two projects ever differs the package should get the one compatible with other docker tools. I'd love more input on how to improve things, and I've left responses on your suggested edits.