Skip to content

zivid/zivid-arch-linux-pkgbuild-generator

Repository files navigation

Scripts to generate PKGBUILDs for Arch Linux

Build Status

This repository contains the scripts uses to generate Zivid PKGBUILDs for Arch Linux and to upload them to AUR.

Installing Zivid software on Arch Linux

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

Uploading new versions to AUR

  1. Update zividVersion in scripts/generate_all_pkgbuilds.sh
  2. Run the tests. See azure-pipelines.yml.
  3. Make sure you have an AUR account with write access to the zivid repo and SSH public key.
  4. Run ./scripts/update_aur.sh.

Registering new packages

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.