.github/ISSUE_TEMPLATE | ||
disabled-packages | ||
docs | ||
ndk-patches | ||
packages | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.travis.yml | ||
BACKERS.md | ||
build-all.sh | ||
build-package.sh | ||
clean.sh | ||
Gemfile | ||
LICENSE.md | ||
Rakefile | ||
README.md |
Termux packages
This project contains scripts and patches to build packages for the Termux Android application. Note that packages are cross compiled and that on-device builds are not currently supported.
More information can be found in the docs/ directory.
Directory Structure
-
disabled-packages: Packages that cannot build or are currently disused.
-
docs: Documentation on how to build, formatting etc.
-
ndk-patches: C Header patches of the Android NDK.
-
packages: All currently available packages.
-
scripts: Utility scripts for building.
Resources
-
OpenWrt as an embedded Linx distribution contains patches and build scripts
-
Kivy recipes contains recipes for building packages for Android.