https://github.com/code-disaster/aur.zig-static
A (modified) mirror of https://aur.archlinux.org/zig-static.git
https://github.com/code-disaster/aur.zig-static
Last synced: 10 months ago
JSON representation
A (modified) mirror of https://aur.archlinux.org/zig-static.git
- Host: GitHub
- URL: https://github.com/code-disaster/aur.zig-static
- Owner: code-disaster
- Created: 2022-05-19T10:32:31.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-19T10:57:40.000Z (over 3 years ago)
- Last Synced: 2025-01-20T21:13:53.792Z (12 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is just a mirror of https://aur.archlinux.org/zig-static.git, with modifications to point to a more recent build of the Zig compiler. I use this to install Zig on my Steam Deck, which runs an ArchLinux distribution.
# How to use
```sh
# clone repository
git clone -b develop https://github.com/code-disaster/aur.zig-static.git zig-static
cd zig-static
# make & install
makepkg
sudo pacman -U zig-static-{version}.zst
# test install
zig version
```