Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 470 Bytes

PKGBUILDs

This repository contains PKGBUILDs for that are nessesary to run ArchLinuxARM on the Fydetab Duo.

Usage

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-devel

Then, 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