There is a new pull request by noraj against master on the void-packages repository https://github.com/noraj/void-packages haiti https://github.com/void-linux/void-packages/pull/37804 add haiti and its dependencies #### Testing the changes - I tested the changes in this PR: **YES** - This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64) #### Note I don't know if haiti package could be called `haiti` instead of `ruby-haiti-hash`? Is `ruby-` for ruby dependencies and end-user software can be named without this prefix? If so is there a way to do something like ```shell pkgname=haiti _gemname=haiti-hash version=0.6.1 build_style=gem ... do_fetch() { gem install ${_gemname} } # or distfiles="https://rubygems.org/downloads/${_gemname}-${version}.gem" ``` A patch file from https://github.com/void-linux/void-packages/pull/37804.patch is attached