aboutsummaryrefslogtreecommitdiff
path: root/content/projects/zigvm.smd
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-12-21 22:18:18 +0000
committerMartin Ashby <martin@ashbysoft.com>2024-12-21 22:18:18 +0000
commit82e7ac75954c973a5c59a02684788c0fb26e14dd (patch)
treea1b09939f30bc4c232e69f980c2a47e48625ee1d /content/projects/zigvm.smd
parentff323f79e03174e4cdf2a709c095ff83e7ea3669 (diff)
downloadmfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.gz
mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.bz2
mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.xz
mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.zip
Bump zine 0.3.0 -> 0.8.0
Fix a lot of associated breakage Fix broken rss.xml file as highlighted to me by Matthijs van der Wild (thanks!)
Diffstat (limited to 'content/projects/zigvm.smd')
-rw-r--r--content/projects/zigvm.smd31
1 files changed, 31 insertions, 0 deletions
diff --git a/content/projects/zigvm.smd b/content/projects/zigvm.smd
new file mode 100644
index 0000000..c19fbd3
--- /dev/null
+++ b/content/projects/zigvm.smd
@@ -0,0 +1,31 @@
+---
+.title = "zigvm",
+.author = "Martin Ashby",
+.date = @date("2024-05-28T20:18:54+01:00"),
+.layout = "single.shtml",
+---
+
+A tool to download and manage versions of the [zig](https://ziglang.org/) compiler.
+
+## Why?
+
+* I got fed up of installing manually
+* I like to practice programming by writing small tools
+
+## Why not AUR/nix/apt/X?
+
+None of those were quite as convenient as what I wanted, they come with other baggage, and they don't always ship the latest bleeding-edge zig version.
+
+## How to use
+
+Run `zigvm` with no arguments to download the latest `master` version of zig and install/symlink in `~/.local.bin`. Run `zigvm -h` to see options.
+
+## Downloads
+
+* [Code](https://code.mfashby.net/zigvm/)
+* [aarch64-linux](https://dl.mfashby.net/zigvm/v0.2.0/aarch64-linux) [SHA256 checksum](https://dl.mfashby.net/zigvm/v0.2.0/aarch64-linux.sha256) [minisig](https://dl.mfashby.net/zigvm/v0.2.0/aarch64-linux.minisig)
+* [x86_64-linux](https://dl.mfashby.net/zigvm/v0.2.0/x86_64-linux) [SHA256 checksum](https://dl.mfashby.net/zigvm/v0.2.0/x86_64-linux.sha256) [minisig](https://dl.mfashby.net/zigvm/v0.2.0/x86_64-linux.minisig)
+
+Binaries are signed with [minisign](https://jedisct1.github.io/minisign/), public key `RWTsE4a/BXFWjmzxWB0Kko+w47ZRfQhxkF21Zfh7BxRzZm2q6l4GssRa`
+
+## Release notes \ No newline at end of file