For reasons we can only speculate about, Arch Linux ARM does not really have any games in their repository.
And by extension, neither does Manjaro ARM.
I don’t want to make our repository go to enourmous size (the games are often 500+ MB each), so I have created a separate repository, just for aarch64 based games.
To add this repository on Manjaro ARM all you have to do is this:
- Add this to your /etc/pacman.conf file:
[manjaro-arm-games]
SigLevel = Never
Server = https://www.strits.dk/files/manjaro-arm-games/
- Run
sudo pacman -Syyu
to update all your databases, including the newmanjaro-arm-games
one. - Now you have access to the games in this repository.
Currently the games available in this repository are:
- OpenArena
- Xonotic (did not launch for me)
- SuperTuxKart
- Warzone 2100
- Sonic Robo Blast 2 Kart (srb2kart)
- Flightgear
If you have more games you want included in the above repository, please submit a working aarch64 PKGBUILD and I will probably include it.