Files
termux-packages/packages/sqlcipher
termux-pacman-bot 549d3ce08f fix(main/sqlcipher): rename everything to avoid conflict with libsqlite
- Fixes https://github.com/termux/termux-packages/issues/27877

- The new `sqlcipher` is extremely similar to `libsqlite` to the point that it is named exactly the same thing

- Some desktop linux distros have already updated to `sqlcipher` 4.12.0, so follow the precedent observed in NixOS and LigurOS of renaming everything conflicting in `sqlcipher` to allow it to be installed at the same time as `libsqlite`

- Disable static library because it is more difficult to massage than the shared library and is not currently known to be wanted by anyone
2026-01-04 00:53:19 +00:00
..