Just download the PKGBUILD-<your-platform> (no need to download the whole repository), go to directory where you downloaded and type:
mv ./PKGBUILD-<your-platform> ./PKGBUILD
cd ..
makepkg -siThis will copy the PKGBUILD for your platform (where you type your platform name instead of <your-platform>), build it and install the PKGBUILD on 32-bit Archlinux ARM.
In the future, I might try to do an unified PKGBUILD for all platforms that will recognize your platform automatically.
Most specified in COMPILE.md. Except PowerPC based.
This might give you some advantages like those:
- automatic updates (with some AUR frontends like
pamac-auroryay); - easily uninstall with
pacman -Rwhen no needed (no need other scripts nor Makefile to do this); - your
box86installation is recognized as a package (where it wasn't when installing withmake install).