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.
Search Criteria
Package Details: zigup-bin v2024_05_05-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.022331 |
First Submitted: | 2023-05-13 23:58 (UTC) |
Last Updated: | 2024-09-19 14:12 (UTC) |
Dependencies (0)
Required by (87)
- 2048.zig (requires zig) (make)
- asciigen (requires zig) (make)
- brightnessztl (requires zig) (make)
- bun (requires zig) (make)
- buongiorno (requires zig) (make)
- buongiorno-git (requires zig) (make)
- cargo-lambda-bin (requires zig)
- cleartouch-git (requires zig) (make)
- cmake-pkg (requires zig) (make)
- colorstorm (requires zig) (make)
- cyberscript (requires zig) (make)
- deshader-git (requires zig) (make)
- digisim-git (requires zig) (make)
- erasmus (requires zig) (make)
- est (requires zig) (make)
- gb-emu-zig-git (requires zig) (make)
- ghostty-git (requires zig) (make)
- ghostty-git-zen3 (requires zig) (make)
- Show 69 more...
Sources (4)
- https://github.com/marler8997/zigup/archive/refs/tags/v2024_05_05.tar.gz
- https://github.com/marler8997/zigup/releases/download/v2024_05_05/zigup-aarch64-linux.tar.gz
- https://github.com/marler8997/zigup/releases/download/v2024_05_05/zigup-arm-linux.tar.gz
- https://github.com/marler8997/zigup/releases/download/v2024_05_05/zigup-x86_64-linux.tar.gz
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.