https://github.com/jkoop/zig-deb
scripts and helper files that I use to create deb files of zig
https://github.com/jkoop/zig-deb
debian-packages zig ziglang
Last synced: 4 months ago
JSON representation
scripts and helper files that I use to create deb files of zig
- Host: GitHub
- URL: https://github.com/jkoop/zig-deb
- Owner: jkoop
- License: mit
- Created: 2024-06-13T18:41:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-06T15:41:37.000Z (8 months ago)
- Last Synced: 2025-11-06T17:26:35.509Z (8 months ago)
- Topics: debian-packages, zig, ziglang
- Language: PHP
- Homepage: https://packages.joekoop.com/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-deb
Here is the script I use to create `.deb` files from precompiled binaries of [Zig], which I host on [my pretty bad apt packages server][packagesJK].
I am not endorsed by [the Zig Software Foundation][zsf]. I just like their project, and see that they aren't publishing `.deb` files of their own.
## Usage
1. Go to https://packages.joekoop.com and run the command at the top of the page.
1. Update your local indecies: `sudo apt update`
1. Install Zig: `sudo apt install zig`
Or a specific version: `sudo apt install zig0.14`
[Zig]: https://ziglang.org/
[packagesJK]: http://packages.joekoop.com/
[zsf]: https://ziglang.org/zsf/