commit 474f26d
hovercats
·
2026-07-09 18:11:21 +0000 UTC
parent fe410e8
uxnmin: add
5 files changed,
+18,
-0
+4,
-0
1@@ -483,3 +483,7 @@
2 path = pkg/uxn12/src
3 url = https://srcdump.net/pita/uxn12.git
4 shallow = true
5+[submodule "pkg/uxnmin/src"]
6+ path = pkg/uxnmin/src
7+ url = https://git.sr.ht/~rabbits/uxnmin
8+ shallow = true
+1,
-0
1@@ -121,6 +121,7 @@ subgen 'utf8proc'
2 subgen 'util-linux'
3 subgen 'uxn12'
4 subgen 'uxncli'
5+subgen 'uxnmin'
6 subgen 'velox'
7 subgen 'vis'
8 subgen 'wayland'
+11,
-0
1@@ -0,0 +1,11 @@
2+cflags{
3+ '-std=c89',
4+ '-pedantic',
5+ '-D _POSIX_C_SOURCE=199309L',
6+}
7+
8+exe('uxnmin', {'src/uxnmin.c'})
9+
10+file('bin/uxnmin', '755', '$outdir/uxnmin')
11+
12+fetch 'git'
+1,
-0
1@@ -0,0 +1 @@
2+Subproject commit 42d30419f9cd117378743ca2f2249b6aed27f866
+1,
-0
1@@ -0,0 +1 @@
2+42d3041