Browse Source

docker image: install tcl

Tcl is needed for building package 'sqlcipher'.
master
Leonid Plyushch 5 years ago
parent
commit
7264e81ef4
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      packages/sqlcipher/build.sh
  2. 3
      scripts/setup-ubuntu.sh

1
packages/sqlcipher/build.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"

3
scripts/setup-ubuntu.sh

@ -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"

Loading…
Cancel
Save