commit df25ddd

hovercats  ·  2025-09-23 19:23:30 +0000 UTC
parent 27aee19
webdump: add
5 files changed,  +22, -0
+3, -0
1@@ -329,3 +329,6 @@
2 [submodule "pkg/ii/src"]
3 	path = pkg/ii/src
4 	url = https://git.suckless.org/ii
5+[submodule "pkg/webdump/src"]
6+	path = pkg/webdump/src
7+	url = git://git.codemadness.org/webdump
+1, -0
1@@ -109,6 +109,7 @@ subgen 'velox'
2 subgen 'vis'
3 subgen 'wayland'
4 subgen 'wayland-protocols'
5+subgen 'webdump'
6 subgen 'wld'
7 subgen 'wpa_supplicant'
8 subgen 'xkeyboard-config'
+16, -0
 1@@ -0,0 +1,16 @@
 2+cflags{
 3+	'-std=c99',
 4+	'-D _DEFAULT_SOURCE',
 5+	'-D _XOPEN_SOURCE=700',
 6+	'-D _BSD_SOURCE',
 7+}
 8+
 9+lib('libxml.a', {'xml.c'})
10+
11+exe('webdump', [[webdump.c strlcat.c strlcpy.c libxml.a]])
12+
13+
14+file('bin/webdump', '755', '$outdir/webdump')
15+man{'webdump.1'}
16+
17+fetch 'git'
+1, -0
1@@ -0,0 +1 @@
2+Subproject commit 3d6afd123b27f8bbd2544071047ee3d0cce4c8c1
+1, -0
1@@ -0,0 +1 @@
2+0.1 r0