8000 GitHub - jkoop/zig-deb: scripts and helper files that I use to create deb files of zig
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jkoop/zig-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-deb

Here is the script I use to create .deb files from precompiled binaries of Zig, which I host on my apt packages server.

I am not endorsed by the Zig Software Foundation. I just like their project, and see that they aren't publishing .deb files of their own.

Usage (Debian)

  1. Go to https://packages.joekoop.com and run the command at the top of the page.
  2. Update your local indecies: sudo apt update
  3. Install Zig: sudo apt install zig

Usage (Docker)

FROM jkoop/zig:VERSION
RUN zig build-exe ...

Build (Docker)

# example
docker build --tag jkoop/zig:0.14.0 --build-arg VERSION=0.14.0 .

About

scripts and helper files that I use to create deb files of zig

Topics

Resources

License

Stars

Watchers

Forks

0