Main
Main copied to clipboard
zigup: Add version 2024_02_25
zigup is a CLI tool for managing Zig's compilers.
It does lack a little in stars and especially forks, but this manifest still seems best suited for Main over the Extras bucket.
- [x] I have read the Contributing Guide.
Your changes do not pass checks.
zigup
- [x] Description
- [x] License
- [x] Hashes
- [ ] Checkver
- [ ] Autoupdate
065c925d seems like an odd fix to pass the checks, but it worked. Installing via the manifest locally worked prior to any fix.
/verify
Your changes do not pass checks.
zigup
- [x] Description
- [x] License
- [x] Hashes
- [ ] Checkver
- [ ] Autoupdate
Thanks @tech189.
/verify
All changes look good.
Wait for review from human collaborators.
zigup
- [x] Description
- [x] License
- [x] Hashes
- [x] Checkver
- [x] Autoupdate
Just realised that the downloaded versions of zig are not being persisted, I've made another commit to fix this - https://github.com/ScoopInstaller/Main/commit/0000de0f8e7c4c0afe62e999d7210c69116a8899. However, there is no way (--path-link doesn't work for me) to move the symlink zig.exe that is generated to a folder that Scoop can persist at the moment. See: https://github.com/marler8997/zigup/issues/114
As of version 2024_03_13, this is now fixed (solved by fixing https://github.com/marler8997/zigup/issues/114). I have pushed a commit that now aliases zigup with the --path-link argument to persist the symlink 🎉