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.
 
 
 
 
 
 
Tom Yan 969a9327d7
fix warnings from pa_atomic_ptr_store
5 years ago
.github [ImgBot] Optimize images 6 years ago
disabled-packages help2man: enable package 5 years ago
ndk-patches Define __TERMUX__ and __TERMUX_PREFIX__ 5 years ago
packages fix warnings from pa_atomic_ptr_store 5 years ago
sample update sample script for new package 6 years ago
scripts golang: update to 1.13.3 5 years ago
.cirrus.yml add new linter script & fix packages where needed 5 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 update LICENSE.md & README.md (reformat) 6 years ago
README.md move docs to project's wiki pages 6 years ago
build-all.sh enable on-device builds 6 years ago
build-package.sh build-package.sh: use absolute paths when sourcing parts from scripts/build/ 5 years ago
clean.sh packages: standardize values of several control variables for build.sh 6 years ago

README.md

Termux packages

Powered by JFrog Bintray

build 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 on-device package building is supported only partially for now.

More information can be found in the project's Wiki.

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.