New comment by Frick-David on void-packages repository https://github.com/void-linux/void-packages/issues/19670#issuecomment-738966002 Comment: ``- Build it, linking to system hadapi - Pick what backends to enable (hidraw, libusb, or both). Default is both, but some distros may use only hidraw. - Look through cythonhidapi's setup.py if CFLAGS need to be overwritten - Be careful that the build phase and the install phase are in sync in terms of which options being sent to cython-hidapi's setup.py to make sure it works (pretty new at this sort of thing, so will need to watch out as I feel this could be easy to mess up. ) - See Arch PKGBUILD for Cython-Hidapi (this does use the hidraw backend however, which Void may or may not follow) and other Void's package templates for examples - Link: https://github.com/archlinux/svntogit-community/blob/packages/python-hidapi/trunk/PKGBUILD ```