This repository contains the scripts uses to generate Zivid PKGBUILDs for Arch Linux and to upload them to AUR.
To install Zivid software on Arch Linux you should not use the scripts in this repository, but rather use the uploaded PKGBUILDs in AUR.
See https://aur.archlinux.org/packages/?K=zivid for the list of Zivid packages.
These packages can easily be installed by using one of the AUR helpers like yaourt.
yaourt -S --noconfirm zivid-studio zivid-tools
- Update
zividVersion
inscripts/generate_all_pkgbuilds.sh
- Run the tests. See azure-pipelines.yml.
- Make sure you have an AUR account with write access to the zivid repo and SSH public key.
- Run
./scripts/update_aur.sh
.
The list of packages to be uploaded is found in scripts/generate_all_pkgbuilds.sh
, the list of dependencies can be found in scripts/generate_pkgbuild.py
.
Extend those lists when Zivid releases more packages.