GitXplorerGitXplorer
t

termux-root-packages

public
1057 stars
295 forks
1 issues

Commits

List of commits on branch master.
Verified
06591fc024101b04095ec4417d51907512b46e3c

Archive termux-root-packages

tthunder-coding committed 3 years ago
Verified
0650adbf0198f71569073cb064fd512b94364f2d

ci: aptly_add_to_repo sleep only when necessary

tthunder-coding committed 3 years ago
Verified
e676f6b532bed21e309e08874d2528e6e3dc48e0

update termux-packages submodule

tthunder-coding committed 3 years ago
Verified
cfec9d38433ade9e1999a1b52320eef70efabb23

iw: update to 5.16

GGrimler91 committed 3 years ago
Verified
7045f6c624fa85a9ef56d3d063b316fe91529c58

hw-probe: update to 1.6.4

GGrimler91 committed 3 years ago
Verified
06a2ce07ba641aaddd4a8581ea31ae4b529d38a1

sshfs: depend on either openssh or dropbear

GGrimler91 committed 3 years ago

README

The README file for this repository.

ARCHIVED

Packages from root-repo are now maintained along with the main repo in https://github.com/termux/termux-packages in a git monorep

Termux root packages

Last build status

Powered by FossHost

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 and cd into the new directory

git clone https://github.com/termux/termux-root-packages
cd termux-root-packages

If you want to build a package with the docker container run

./start-builder.sh ./build-package.sh name-of-package

You might have to run the command as root, if you have not configured docker to be run as your user.

To build outside the docker container you can run

git submodule update --init
./termux-packages/build-package.sh ../packages/package-to-build)

../ is needed since termux-packages/build-package.sh expects the path given (packages/package-to-build) to be relative to the position to the build-package.sh script.

Subscribing to the repository

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

pkg install root-repo