You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Leonid Plyushch 95903ace66
alpine: use https for homepage
6 years ago
.github update readme 6 years ago
disabled-packages enable package 'build-essential' 6 years ago
docs build-package: mv code for creating subpackages to new file 6 years ago
ndk-patches new package: libiconv 6 years ago
packages alpine: use https for homepage 6 years ago
scripts build-package: fix unwind symbols hiding 6 years ago
.cirrus.yml CI: let tag '%ci:reset-backlog' will affect PRs too 6 years ago
.gitattributes Update .gitattributes (#872) 8 years ago
.gitignore Add vagrant (#642) 8 years ago
BACKERS.md Markdown New Guideline Compliance 6 years ago
LICENSE.md Markdown New Guideline Compliance 6 years ago
README.md readme: remove CI badge because it is not working properly 6 years ago
build-all.sh build-package: download dependencies recursively when fast-building 6 years ago
build-package.sh protobuf: Update from 3.6.1 to 3.7.1 6 years ago
clean.sh Change clean-rebuild-all.sh to clean.sh 8 years ago

README.md

Termux packages

Powered by JFrog Bintray

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.

All pull requests will be built by Cirrus CI. Usually, it is expected that all tasks will pass. But do not worry if CI build timed out. Alternatively, you can provide build logs by yourself.

Note that it is highly recommended to keep your pull requests up-to-date. If you do not know how to do this, take a look on manpage of git-rebase.

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.