Files
qemby/packaging/arch
2026-06-10 11:24:46 +08:00
..
2026-06-10 11:24:46 +08:00
2026-06-10 11:24:46 +08:00
2026-06-10 11:24:46 +08:00

Arch package

This PKGBUILD is intended for Arch Linux and AUR-style release packaging. It builds from the project release tag, uses Arch system libraries, and disables FetchContent so package builds do not download dependencies during CMake configure.

Before publishing a release package, replace the temporary SKIP checksum in PKGBUILD with a real checksum, for example by running updpkgsums after the tag archive is available.

Build

cd packaging/arch
makepkg -f

Install

cd packaging/arch
sudo pacman -U qemby-*.pkg.tar.zst

Run

qemby

Uninstall

sudo pacman -R qemby