Go to file
Fredrik Fornwall ce9e95012b rust: Use correct toolchain version in PATH 2019-04-28 20:21:25 +02:00
.github
disabled-packages
docs
ndk-patches
packages rust: Use correct toolchain version in PATH 2019-04-28 20:21:25 +02:00
scripts rust: Update from 1.33.0 to 1.34.1 2019-04-28 00:19:21 +02:00
.gitattributes
.gitignore
.gitlab-ci.yml Fast build fixes (#3696) 2019-04-21 18:05:39 +03:00
.travis.yml
BACKERS.md
LICENSE.md
README.md readme: android-7 is no longer in testing state 2019-04-13 01:42:10 +03:00
build-all.sh
build-package.sh build-package.sh: make sure that termux_error_exit() is defined before throwing any errors 2019-04-20 17:28:39 +03:00
clean.sh

README.md

Termux packages

Powered by JFrog Bintray

pipeline status Join the chat at https://gitter.im/termux/termux

This project contains scripts and patches to build packages for the Termux Android application. Note that packages are cross-compiled and on-device builds are not currently supported.

More information can be found in the docs directory.

Directory Structure

  • disabled-packages: Packages that cannot be built or have serious issues.

  • docs: Documentation on how to build, formatting etc.

  • ndk-patches: Patches for Android NDK headers.

  • packages: All currently available packages.

  • scripts: Utility scripts for building.

Issues

The two most common types of issues are package requests and bug reports. There are already templates available.

You can open an issue for any package or build problems. For example, if you observing crashes or other kind of malfunction, you are certainly welcome to file an issue.

Also, if you want to request a particular package, you may suggest it in an issue. However, be prepared that package may not be available shortly. Bugfixes and improvements take precedence over new packages.

Pull Requests

We welcome any pull requests. Nevertheless, a log file should be provided in order to show that it is at least working.

Normally, all pull requests will be tested by Travis CI. However, in case if you are banned or for whatever reason do no use Travis CI, you should provide a log file by yourself.

All tests for master branch are done by Gitlab CI.

Contacts

If you are interested in our weekly development sessions, please check the https://wiki.termux.com/wiki/Dev:Development_Sessions. Also, you may want to check the https://wiki.termux.com/wiki/Development.