GitXplorerGitXplorer
t

termux-root-packages

public
1057 stars
295 forks
1 issues

Commits

List of commits on branch master.
Verified
18b9278612726ea334e0c5ccd36b1f2a37782625

Update termux-packages submodule

GGrimler91 committed 3 years ago
Unverified
8fc8ff38cc0c243ecc9e6f739def5c3f3d098766

Remove htop package

committed 3 years ago
Verified
543ebcab38e6b8910169c83862214a34e41f6dbb

sleep for 180s after adding packages to repo before publishing changes

tthunder-coding committed 3 years ago
Verified
f9841685a0036843f5cc6c66b987d9d0c53cb492

minikube: Add Package

SSirherobrine23 committed 3 years ago
Verified
3b01f5aa2c20a6f74af1c1530d548f36c6a0d3c1

Upgrade docker-compose to version 2.3.4

SSirherobrine23 committed 3 years ago
Verified
229df1a3bcabc667922f52d0ff70e1b203434abb

Update termux-packages submodule

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