/zig-deb

Package zig into an apt package for installing on debian / ubuntu

Primary LanguageDockerfileApache License 2.0Apache-2.0

zig-deb

Package zig from the release into an apt package for installing on debian / ubuntu. Uses the binary build from the zig release page.

To use, add the following to /etc/apt/sources.list.d/zig.list:

deb [trusted=yes] https://apt.fury.io/compscidr/ /

Then run:

sudo apt update
sudo apt install zig

todo

  • Automate deploy when a new release has come out