box64/pkgbuilds
2022-04-06 10:36:31 +05:30
..
PKGBUILD-arm64 Update PKGBUILD-arm64 2022-04-06 10:36:31 +05:30
PKGBUILD-arm64-DEBUG Changed DCMAKE_BUILD_TYPE to Debug 2021-10-21 22:40:57 +03:00
PKGBUILD-lx2160a Added support for LX2160A CPU 2021-11-24 10:43:12 +00:00
PKGBUILD-lx2160a-DEBUG Added support for LX2160A CPU 2021-11-24 10:43:12 +00:00
PKGBUILD-rk3399 Rename archlinux/ to pkgbuilds/ 2021-07-22 17:46:32 +05:30
PKGBUILD-rk3399-DEBUG Added PKGBUILD-rk3399-DEBUG 2021-10-21 22:42:28 +03:00
PKGBUILD-rpi4 Rename archlinux/ to pkgbuilds/ 2021-07-22 17:46:32 +05:30
PKGBUILD-rpi4-DEBUG Added PKGBUILD-rpi4-DEBUG 2021-10-21 22:44:24 +03:00
PKGBUILD-tegra Rename archlinux/ to pkgbuilds/ 2021-07-22 17:46:32 +05:30
PKGBUILD-tegra-DEBUG Added PKGBUILD-tegra-DEBUG 2021-10-21 22:45:44 +03:00
PKGBUILD-x86_64 Rename archlinux/ to pkgbuilds/ 2021-07-22 17:46:32 +05:30
PKGBUILD-x86_64-DEBUG Added PKGBUILD-x86_64-DEBUG 2021-10-21 22:47:08 +03:00
README.md fix typos again 2021-11-21 17:30:28 +02:00

The directory containing all PKGBUILDs for BOX64

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

All specified in COMPILE.md.

3. Any advantages with this solution?

This might give you some advantages like:

  • 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 box64 installation is recognized as a package (where it wasn't when installing with make install).

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