commit 1cc09d7

Randy Palamar  ·  2026-05-03 23:14:29 +0000 UTC
parent 9ea53c5
add hyx a minimal hex editor
7 files changed,  +20, -0
+1, -0
1@@ -8,6 +8,7 @@
2 /cacert.pem
3 /flex-2.6.4.tar.gz
4 /git-manpages-2.49.0.tar.gz
5+/hyx-2026.01.11.tar.xz
6 /kbd-2.4.0.tar.gz
7 /less-643.tar.gz
8 /libbluray-1.3.4.tar.bz2
+1, -0
1@@ -29,6 +29,7 @@ subgen 'git'
2 subgen 'hevel'
3 subgen 'hotplugd'
4 subgen 'howl'
5+subgen 'hyx'
6 subgen 'ii'
7 subgen 'iomenu'
8 subgen 'iproute2'
+1, -0
1@@ -0,0 +1 @@
2+/src
+14, -0
 1@@ -0,0 +1,14 @@
 2+cflags{'-std=c99', '-Wall', '-Wextra', '-Wpedantic', '-DNDEBUG'}
 3+
 4+exe('hyx', {
 5+	'blob.c',
 6+	'common.c',
 7+	'history.c',
 8+	'hyx.c',
 9+	'input.c',
10+	'term.c',
11+	'view.c',
12+})
13+file('bin/hyx', '755', '$outdir/hyx')
14+
15+fetch 'curl'
+1, -0
1@@ -0,0 +1 @@
2+550863c9e6a2c0e2618c16a562c8ee995e88c1d30e62abfdf4ecb819b3c4df54  hyx-2026.01.11.tar.xz
+1, -0
1@@ -0,0 +1 @@
2+url = "https://yx7.cc/code/hyx/hyx-2026.01.11.tar.xz"
+1, -0
1@@ -0,0 +1 @@
2+2026.01.11 r0