Browse Source
docker image: install tcl
Tcl is needed for building package 'sqlcipher'.
master
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with
4 additions and
0 deletions
-
packages/sqlcipher/build.sh
-
scripts/setup-ubuntu.sh
|
|
@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/sqlcipher/sqlcipher |
|
|
|
TERMUX_PKG_DESCRIPTION="SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files" |
|
|
|
TERMUX_PKG_LICENSE="BSD" |
|
|
|
TERMUX_PKG_VERSION=4.3.0 |
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
|
TERMUX_PKG_SRCURL=https://github.com/sqlcipher/sqlcipher/archive/v$TERMUX_PKG_VERSION.tar.gz |
|
|
|
TERMUX_PKG_SHA256=fccb37e440ada898902b294d02cde7af9e8706b185d77ed9f6f4d5b18b4c305f |
|
|
|
TERMUX_PKG_DEPENDS="libsqlite, openssl" |
|
|
|
|
|
@ -97,6 +97,9 @@ PACKAGES+=" libssl-dev" # Needed to build Rust |
|
|
|
PACKAGES+=" libsigsegv-dev" |
|
|
|
PACKAGES+=" zip" |
|
|
|
|
|
|
|
# Needed for package sqlcipher. |
|
|
|
PACKAGES+=" tcl" |
|
|
|
|
|
|
|
# Needed by package swi-prolog. |
|
|
|
PACKAGES+=" openssl" |
|
|
|
PACKAGES+=" zlib1g-dev" |
|
|
|