given the update I have updated my fork with riscv64 support here: https://github.com/spieringsAE/zigup-bin
Search Criteria
Package Details: zigup-bin v2025_01_02-2
Package Actions
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.006313 |
First Submitted: | 2023-05-13 23:58 (UTC) |
Last Updated: | 2025-01-03 03:13 (UTC) |
Dependencies (0)
Required by (86)
- allay-launcher-git (requires zig) (make)
- asciigen (requires zig) (make)
- awtfdb (requires zig) (make)
- brightnessztl (requires zig) (make)
- buongiorno-git (requires zig) (make)
- cargo-lambda-bin (requires zig)
- cmake-pkg (requires zig) (make)
- colorstorm (requires zig) (make)
- comlink (requires zig) (make)
- comlink-git (requires zig) (make)
- cyberscript (requires zig) (make)
- deshader-git (requires zig) (make)
- digisim-git (requires zig) (make)
- erasmus (requires zig) (make)
- fancy-cat (requires zig) (make)
- flow-control (requires zig) (make)
- flow-control-git (requires zig) (make)
- gb-emu-zig-git (requires zig) (make)
- Show 68 more...
Sources (4)
- https://github.com/marler8997/zigup/archive/refs/tags/v2025_01_02.tar.gz
- https://github.com/marler8997/zigup/releases/download/v2025_01_02/zigup-aarch64-linux.tar.gz
- https://github.com/marler8997/zigup/releases/download/v2025_01_02/zigup-arm-linux.tar.gz
- https://github.com/marler8997/zigup/releases/download/v2025_01_02/zigup-x86_64-linux.tar.gz
Latest Comments
SpieringsAE commented on 2025-01-03 19:01 (UTC)
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.
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.