Magisk-Modules-Alt-Repo / submission

Information regarding the submission of Magisk Modules to the Alt-Repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Module] SQLite for arm, arm64, x86 and x64 devices

rojenzaman opened this issue · comments

ID

sqlite3

Name

SQLite for arm, arm64, x86 and x64 devices

Description

This Magisk module provides a statically linked and stripped sqlite3 binary for arm64-v8a, armeabi-v7a, x86 and x86_64 devices.

Module repository link

https://github.com/rojenzaman/sqlite3-magisk-module

Source code link (for compiled binaries/APKs)

No response

Missing source of the sqlite3 binaries.

@rojenzaman

Everything else looks good.

I compile multi-arch SQLite binaries using this project: https://github.com/jacopotediosi/sqlite3-android

That project uses SQLite Amalgamation as a build source: https://sqlite.org/amalgamation.html

@DerGoogler Do you want me to keep the Makefile in my project with the SQLite build scripts separately in a parent project? Or is it enough just to mention the build scripts?

If necessary I can create a build system like MagiskSSH that builds the magisk module and compiles SQLite binaries.

Approved.

I have created a repository for you at: https://github.com/Magisk-Modules-Alt-Repo/sqlite3 , enjoy!

Check your e-mail inbox for an invite to your new repository and remember to 'Watch' your repository on Github to have new issues in it show up in your feed.

Make sure to change your local repository's push URLs or configure 2 parallel push URLs.