commit 945162f
hovercats
·
2026-07-09 09:12:48 +0000 UTC
parent a854630
uxncli: add
5 files changed,
+18,
-0
+4,
-0
1@@ -475,3 +475,7 @@
2 url = https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git
3 ignore = all
4 shallow = true
5+[submodule "pkg/uxncli/src"]
6+ path = pkg/uxncli/src
7+ url = https://git.sr.ht/~rabbits/uxncli
8+ shallow = true
+1,
-0
1@@ -119,6 +119,7 @@ subgen 'ubase'
2 subgen 'unzip'
3 subgen 'utf8proc'
4 subgen 'util-linux'
5+subgen 'uxncli'
6 subgen 'velox'
7 subgen 'vis'
8 subgen 'wayland'
+11,
-0
1@@ -0,0 +1,11 @@
2+cflags{
3+ '-std=c99',
4+ '-pedantic',
5+ '-D _POSIX_C_SOURCE=199309L',
6+}
7+
8+exe('uxncli', {'src/uxncli.c'})
9+
10+file('bin/uxncli', '755', '$outdir/uxncli')
11+
12+fetch 'git'
+1,
-0
1@@ -0,0 +1 @@
2+Subproject commit f1595f40ae95f0349cd706600ad2c99d3f48510e
+1,
-0
1@@ -0,0 +1 @@
2+79K