This repository contains packages that are only useful for rooted users.
Information on how to open pull requests to help keep the packages here up to date can be read in CONTRIBUTING.md
To build a package, first clone termux-root-packages,
git clone https://github.com/termux/termux-root-packages
and then update the termux-packages submodule.
cd termux-root-packages
git submodule init
git submodule update
You can then build a package with the following:
./build-root-package.sh name-of-package
Note that this currently only works outside of the docker container. To build from the docker container, termux-root-packages has to be a subfolder of termux-packages, and a root package can then be built with
./build-package.sh termux-root-packages/packages/package-to-build
The termux-package submodule is not needed for this.
To install packages from this repository, you need to subscribe to it with:
pkg install root-repo