Skip to content

Termux packages that are only usable by root users.

License

Notifications You must be signed in to change notification settings

infamix/termux-root-packages

 
 

Repository files navigation

Termux root packages

Powered by JFrog Bintray

pipeline status

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

Contributing

Information on how to open pull requests to help keep the packages here up to date can be read in CONTRIBUTING.md

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

About

Termux packages that are only usable by root users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.0%
  • C 28.0%