RFE: Package sqlite3_rsync
Description:
Sqlite 3.47 has a new (experimental) tool called sqlite3_rsync
https://www.sqlite.org/releaselog/3_47_1.html
Add the experimental sqlite3_rsync program.
It'd be nice to have it in Arch too, either as part of the sqlite3 package, or as its own, similar to sqlite3-analyzer.
A new target needs to be compile, in # build additional tools
: sqlite3_rsync
to compile it
diff --git a/PKGBUILD b/PKGBUILD
index 970ddf3..fea55ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,7 +64,7 @@ build() {
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
# build additional tools
- make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+ make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer sqlite3_rsync
}
package_sqlite() {