An open API service indexing awesome lists of open source software.

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

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/