You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
340 B

TERMUX_PKG_HOMEPAGE=http://www.sqlite.org/
TERMUX_PKG_DESCRIPTION="Software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine"
TERMUX_PKG_VERSION=3.12.2
TERMUX_PKG_SRCURL=https://www.sqlite.org/2016/sqlite-autoconf-3120200.tar.gz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-readline"