Go to file
Leonid Pliushch 57b77ff692 update ndk-patches to prevent creation of *.orig files in ./sysroot/usr/include 2019-03-20 15:37:12 +02:00
.github update readme 2019-02-25 00:01:19 +02:00
disabled-packages blogc: downloads are now working so enabling package 2019-03-10 15:42:58 +02:00
docs build-package: mv code for creating subpackages to new file 2019-03-07 20:35:32 +01:00
ndk-patches update ndk-patches to prevent creation of *.orig files in ./sysroot/usr/include 2019-03-20 15:37:12 +02:00
packages poppler: enable glib bindings 2019-03-20 15:08:38 +02:00
scripts termux_step_setup_variables.sh: remove unneeded variable 2019-03-20 03:41:36 +02:00
.gitattributes Update .gitattributes (#872) 2017-03-22 21:12:16 +01:00
.gitignore Add vagrant (#642) 2017-01-03 19:05:15 +01:00
.gitlab-ci.yml CI: enable building packages for ARM 2019-03-19 17:52:33 +02:00
.travis.yml travis cI: disable fast builds 2019-03-04 12:32:54 +02:00
BACKERS.md Markdown New Guideline Compliance 2019-02-15 18:01:09 +02:00
LICENSE.md Markdown New Guideline Compliance 2019-02-15 18:01:09 +02:00
README.md update readme 2019-03-20 02:29:05 +02:00
build-all.sh build-package: download dependencies recursively when fast-building 2019-03-03 01:40:22 +02:00
build-package.sh build-package: mv code for creating subpackages to new file 2019-03-07 20:35:32 +01:00
clean.sh Change clean-rebuild-all.sh to clean.sh 2016-09-14 17:57:33 -04:00

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.

Android 7 branch is in alpha testing !

Android 5/6 support will no longer be our priority. We are going to switch to API 24 target to ensure that Android's libc and linker is able to provide features we need.

Old (android 5) branch will continue to be served at https://termux.net and will receive package updates but no new packages will be added.

If you decided to test the new branch and have AArch64 or ARM device, follow these steps:

  1. pkg in termux-keyring

  2. Edit $PREFIX/etc/apt/sources.list and replace the line

    deb https://termux.net stable main
    

    with

    deb https://dl.bintray.com/termux/termux-packages-24 stable main
    
  3. Run apt install --reinstall $(dpkg -l | grep ^ii | awk '{ print $2 }').

  4. Report found issues. Note that issues only for official packages are accepted.

It is highly recommended to try to execute programs without LD_LIBRARY_PATH set. Most of them should continue to run since DT_RUNPATH field compiled-in ELF binary is used. Though, some programs are not working due to missing DT_RUNPATH, please check list in the related issue https://github.com/termux/termux-packages/issues/3490 and tell if we missed something.

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.