Following on from Ashark's comment looks like the PKGBUILD needs to deal with the git submodules
prepare() {
cd "${pkgname%-git}"
mkdir -p build
git submodule update --init --recursive
}
Pinned Comments
xiota commented on 2024-04-04 10:30 (UTC) (edited on 2024-09-30 20:11 (UTC) by xiota)
Although other Xbox gamepad drivers are now available, this package is still useful as an input remapper for programs that support only Xbox controllers.
This package is based on a fork that aims to keep the program working. (Original project ceased development around Sep 2022.)