Go to file
Henrik Grimler 61120ec908 profanity: use tab instead of spaces 2019-02-24 19:04:53 +02:00
.github/ISSUE_TEMPLATE Add bug_report and package_request templates 2018-12-27 23:55:16 +01:00
disabled-packages disabled-packages: racket is now in https://github.com/termux/unstable-packages/tree/master/packages/racket 2019-02-17 18:49:01 +02:00
docs BUILD.md: review and fix basic build steps explanation 2019-02-17 20:43:00 +02:00
ndk-patches ndk-patches: fix stdio.h and ifaddrs.h 2019-02-16 22:10:32 +02:00
packages profanity: use tab instead of spaces 2019-02-24 19:04:53 +02:00
scripts build-package.sh: handle Release.gpg and get deb path from Package 2019-02-16 18:55:15 +01: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 gitlab ci: use default expiration time for built artifacts 2019-02-10 22:15:28 +02:00
.travis.yml remove redundant things from CI configuration 2019-01-28 14:20:45 +00:00
BACKERS.md Markdown New Guideline Compliance 2019-02-15 18:01:09 +02:00
Gemfile Travis pkg builds (#1119) 2017-07-10 00:05:36 +02:00
LICENSE.md Markdown New Guideline Compliance 2019-02-15 18:01:09 +02:00
README.md update readme 2019-02-23 16:18:27 +02:00
Rakefile remove redundant things from CI configuration 2019-01-28 14:20:45 +00:00
build-all.sh build-all.sh: don't use tabs in script usage info 2019-02-15 18:01:09 +02:00
build-package.sh build-package.sh: handle | in TERMUX_PKG_DEPENDS when fast building 2019-02-23 14:13:35 +02:00
clean.sh Change clean-rebuild-all.sh to clean.sh 2016-09-14 17:57:33 -04:00

README.md

Termux packages

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.