There is an updated pull request by michalszmidt against master on the void-packages repository https://github.com/michalszmidt/void-packages new_hctl https://github.com/void-linux/void-packages/pull/45905 New package: hctl-0.2.2.1 **Question** Do you need Cargo.lock, or this approach is acceptable? #### Testing the changes - I tested the changes in this PR: **YES** _note:_ - `xlint` reports no problems - tested with `XBPS_CHECK_PKGS=yes` and `-Q` #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) - I built this PR locally for these architectures (if supported. mark crossbuilds): - [x] aarch64-glibc - [x] armv7l-glibc - [x] armv6l-glibc - [x] i686-glibc _note:_ - cross-compile for `ppc64-glibc` fails on make glibc, so probably native runner would succeed - `riscv64` not tested - not tested on void `*-musl` **but**, on alpine succeeds with `x86_64` and `aarch64`, see [here](https://cirrus-ci.com/build/6405859526311936) _About:_ This tool allows to manage host domain blocking (hostlist generation from multiple sources, record de-duplication). It operates in parallel. Also it's optimized for memory. It's cool comparing to some nasty scripts or sed especially when you count records in millions. _Info:_ - [Alpine Linux Package request](https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/51062) - uses musl, may be helpful for bug tracing _Disclaimer:_ I'm a hctl author. Have a nice day! A patch file from https://github.com/void-linux/void-packages/pull/45905.patch is attached