5 PACKAGES+=" ant" # Used by apksigner.
9 PACKAGES+=" clang" # Used by golang, useful to have same compiler building.
10 PACKAGES+=" curl" # Used for fetching sources.
11 PACKAGES+=" ed" # Used by bc
13 PACKAGES+=" g++-multilib" # For building nodejs-current mkpeephole for 32-bit arm and i686.
14 PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses.
15 PACKAGES+=" git" # Used by the neovim build.
16 PACKAGES+=" gperf" # Used by the fontconfig build.
18 PACKAGES+=" intltool" # Used by qalc build.
19 PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses.
20 PACKAGES+=" libgnutls28-dev" # Needed by native build step of mariadb.
21 PACKAGES+=" libtool-bin"
22 PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
24 PACKAGES+=" python3.6"
28 PACKAGES+=" openjdk-8-jdk-headless" # Used for android-sdk.
29 PACKAGES+=" pkg-config"
30 PACKAGES+=" python3-docutils" # For rst2man, used by mpv.
31 PACKAGES+=" python3-setuptools" # Needed by at least asciinema.
32 PACKAGES+=" python3-sphinx" # Needed by notmuch man page generation.
36 PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses.
38 DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq $PACKAGES
40 sudo mkdir -p /data/data/com.termux/files/usr
41 sudo chown -R `whoami` /data