Package Details: zigup-bin v2024_05_05-2

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: 0.66
First Submitted: 2023-05-13 23:58 (UTC)
Last Updated: 2024-05-28 15:40 (UTC)

Dependencies (0)

Required by (68)

Sources (4)

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

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.