This repository contains PKGBUILDs for that are nessesary to run ArchLinuxARM on the Fydetab Duo.
To use these PKGBUILDs, you need to have the base-devel group installed. You can install it with the following command:
sudo pacman -S base-develThen, to build a package, you can use the makepkg command. For example, to build the linux-fydetab package, you can run the following command:
cd linux-fydetab
makepkg -si