chore: scaffold textseek project with Docker, Makefile, SQLite amalgamation, and FTS5 search tool

This commit is contained in:
2025-03-15 19:15:34 +00:00
commit 2b356f4326
9 changed files with 309882 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM alpine:latest
RUN apk update && apk add build-base sqlite-dev vim jansson-dev jansson-static
WORKDIR /home