commit b1eb535c165cdece3fbfe80dfa184bedd86b6abe
parent ab88d3cf6b2c7a97f30c0a424e205a8418cbf690
Author: finwo <finwo@pm.me>
Date: Sat, 29 Apr 2023 14:27:09 +0200
Added vmxdev/tkvdb package
Diffstat:
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/edge.cnf b/edge.cnf
@@ -20,4 +20,5 @@ tidwall/hashmap=https://raw.githubusercontent.com/finwo/dep-repository/main/tidw
tidwall/match=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/match/package.ini
tidwall/rand=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rand/package.ini
tidwall/rtree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rtree/package.ini
+vmxdev/tkvdb=https://raw.githubusercontent.com/finwo/dep-repository/main/vmxdev/tkvdb/package.ini
webview/webview=https://raw.githubusercontent.com/finwo/dep-repository/main/webview/webview/package.ini
diff --git a/stable.cnf b/stable.cnf
@@ -20,4 +20,5 @@ tidwall/hashmap=https://raw.githubusercontent.com/finwo/dep-repository/main/tidw
tidwall/match=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/match/package.ini
tidwall/rand=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rand/package.ini
tidwall/rtree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rtree/package.ini
+vmxdev/tkvdb=https://raw.githubusercontent.com/finwo/dep-repository/main/vmxdev/tkvdb/package.ini
webview/webview=https://raw.githubusercontent.com/finwo/dep-repository/main/webview/webview/package.ini
diff --git a/vmxdev/tkvdb/config.mk b/vmxdev/tkvdb/config.mk
@@ -0,0 +1 @@
+SRC+=__DIRNAME/tkvdb.c
diff --git a/vmxdev/tkvdb/package.ini b/vmxdev/tkvdb/package.ini
@@ -0,0 +1,10 @@
+[package]
+name=vmxdev/tkvdb
+src=https://github.com/vmxdev/tkvdb/archive/refs/heads/master.tar.gz
+
+[fetch]
+config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/vmxdev/tkvdb/config.mk
+
+[export]
+config.mk=config.mk
+include/vmxdev/tkvdb.h=tkvdb.h