box86/pkgbuilds
Panda 5da8235b18
build: fix PKGBUILD-rk3xxx, _rkmodel was never set (#979)
Code was taken from box64's PKGBUILD-rk3xxx
2024-07-16 08:11:18 +02:00
..
PKGBUILD-a64 Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-arm Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-arm64 Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-gameshell Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-goaclone Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-lx2610a Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-odroid Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-odroidn2 Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-pandora Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-phytium Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-pyra Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-raspberrypi Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-rk3xxx build: fix PKGBUILD-rk3xxx, _rkmodel was never set (#979) 2024-07-16 08:11:18 +02:00
PKGBUILD-sd845 Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-tegra Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
PKGBUILD-x86 Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00
README.md Latest Batch of PKGBUILDS (#804) 2023-03-31 14:33:50 +02:00

The directory containing all PKGBUILDs for BOX86

FAQ

1. How to use it?

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

This 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.

2. What platforms are currently supported.

Most specified in COMPILE.md. Except PowerPC based.

3. Any advantages with that sollution?

This might give you some advantages like those:

  • automatic updates (with some AUR frontends like pamac-aur or yay);
  • easily uninstall with pacman -R when no needed (no need other scripts nor Makefile to do this);
  • your box86 installation is recognized as a package (where it wasn't when installing with make install).

Note: You can use makedeb (or) pkgbuild2spec to compile box86 to .deb or .rpm installer files.