There are located packages which were requested, but not added to the main Termux repository due to various reasons. Packages available here may have lower quality, be unstable or not work at all.
To enable this package repository run:
pkg install unstable-repo
You can build all packages manually by using provided docker image. The only requirements are Linux-based host with Docker installed.
-
Clone this repository:
git clone https://github.com/termux/unstable-packages
-
Enter build environment (will download docker image if necessary):
cd ./unstable-packages ./start-builder.sh
-
Choose package you want to build and run:
./build-package.sh -a {arch} {package name}
- replace
{arch}
with target CPU architecture and{package name}
with package name you want to build.
If you wish to request package, submit a bug report or pull request for this project, take a look on our contributing guide.
- Termux home page: https://termux.com/
- Termux Wiki: https://wiki.termux.com/wiki/Main_Page
- Termux App: https://github.com/termux/termux-app
- Termux Packages: https://github.com/termux/termux-packages