There is a new pull request by kedodrill against master on the void-packages repository https://github.com/kedodrill/void-packages insomnia https://github.com/void-linux/void-packages/pull/26647 New package: insomnia-2020.4.2 Closes void-linux/issues#11311 Closes void-linux#23948 The patches that I have made are required because the nodejs build script will first try the `preinstall` script. Since the Void nodejs version is `12.18.4` instead of `12.18.3`, it will fail. I think the minor version bump is not worth dealing with `nvm` or `n` to get that specific version, but I can change this if need be. `ffmpeg` is required for the executable, but it provides this when creating the package. I have tested this with the `-Q` option. This is my first package, I mostly tried to build it around the Rocket-Chat package. Please let me know if anything can be better / needs to be changed :) I use this package almost every day for work so I will be testing it quite frequently. A patch file from https://github.com/void-linux/void-packages/pull/26647.patch is attached