/termux-root-packages

Termux packages that are only usable by root users.

Primary LanguageShellOtherNOASSERTION

Termux root packages

Powered by JFrog Bintray

pipeline status

This repository contains packages that are only useful for rooted users.

Building a package

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.

Subscribing to the repository

To install packages from this repository, you need to subscribe to it with:

pkg install root-repo