# Packaging Numen For Distribution

Numen uses [dotool](https://sr.ht/~geb/dotool) and the
[Vosk](https://alphacephei.com/vosk) speech recognition library.

For reference, these are the build scripts for Alpine:

- [dotool](https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/dotool)
- [vosk-api](https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/vosk-api)
  and [vosk-model-small-en-us](https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/vosk-model-small-en-us)
- [numen](https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/numen)

And these are the build scripts for Void:

- [dotool](https://github.com/void-linux/void-packages/tree/master/srcpkgs/dotool)
- [vosk-api](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vosk-api)
- [numen](https://github.com/void-linux/void-packages/pull/39716)

Thank you!
