cgi-io: add generic version check override
authorStijn Tintel <redacted>
Sat, 20 Jun 2026 07:06:21 +0000 (10:06 +0300)
committerGeorge Sapkin <redacted>
Tue, 23 Jun 2026 06:10:10 +0000 (09:10 +0300)
The binary included in this package does not output anything, causing
the generic version check in CI to fail. Override the test.

Signed-off-by: Stijn Tintel <redacted>
net/cgi-io/test-version.sh [new file with mode: 0755]

diff --git a/net/cgi-io/test-version.sh b/net/cgi-io/test-version.sh
new file mode 100755 (executable)
index 0000000..923aadc
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+# SPDX-License-Identifier: GPL-2.0-only
+
+# shellcheck shell=busybox
+
+case "$PKG_NAME" in
+cgi-io)
+       exit 0
+       ;;
+
+*)
+       echo "Untested package: $PKG_NAME" >&2
+       exit 1
+       ;;
+esac
git clone https://git.99rst.org/PROJECT