Package Details: zigup-bin v2024_03_13-1

Git Clone URL: https://aur.archlinux.org/zigup-bin.git (read-only, click to copy)
Package Base: zigup-bin
Description: Download and manage zig compilers
Upstream URL: https://github.com/marler8997/zigup
Licenses: MIT-0
Conflicts: zig, zigup
Provides: zig, zigup
Submitter: laura7089
Maintainer: laura7089
Last Packager: laura7089
Votes: 3
Popularity: 1.05
First Submitted: 2023-05-13 23:58 (UTC)
Last Updated: 2024-04-16 17:06 (UTC)

Dependencies (0)

Required by (64)

Sources (2)

Latest Comments

SpieringsAE commented on 2024-05-07 19:19 (UTC) (edited on 2024-05-07 19:19 (UTC) by SpieringsAE)

As a hint to everyone using this, it will not work out of the box, it will try to symlink the selected zig compiler to /usr/bin/ which you dont have permission for likely, I set up an alias which always sets the --path-link option to a folder thats on the $PATH that I have regular access to.I have $HOME/.local/bin on my path so something like:
alias zigup="zigup --path-link $HOME/.local/bin/zig"
in your .bashrc or whatever shell you use will help with this.

SpieringsAE commented on 2024-05-07 18:52 (UTC)

I've made an update to the PKGBUILD for the newest version here: https://github.com/SpieringsAE/zigup-bin