compscidr / zig-deb

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Dockerfile 71.8%Language:Shell 28.2%