jkoop/zls-deb
scripts and helper files I use to create `.deb` files from precompiled binaries of Zig language server
Here are the scripts and helper files I use to create .deb files from precompiled binaries of Zig language server, which I host on my apt packages server.
I am not endorsed by @zigtools. I just like their project, and see that they aren't publishing .deb files of their own.
The easy, trusting way:
sudo apt updatesudo apt install zlsThe slightly more difficult, less trusting way:
git clone https://github.com/jkoop/zls-deb.gitmake-package.sh and look for anything that you don't like..deb file with dpkg-deb (man page)../make-package.sh.deb file will be in your CWD.