given the update I have updated my fork with riscv64 support here: https://github.com/spieringsAE/zigup-bin
edit: updated to v2025_04_20
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: | 4 |
Popularity: | 0.75 |
First Submitted: | 2023-05-13 23:58 (UTC) |
Last Updated: | 2025-04-25 21:41 (UTC) |
given the update I have updated my fork with riscv64 support here: https://github.com/spieringsAE/zigup-bin
edit: updated to v2025_04_20
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.
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.