vbauer / termux-packages

Android terminal and Linux environment - packages repository.

Home Page:https://termux.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Information for Android 7+ users

If your device running Android OS with version 7 and higher, it is highly recommended to check whether your Termux installation uses our new repository with packages compiled specially for higher Android API levels (24+).

Execute following command:

grep termux-packages-24 $PREFIX/etc/apt/sources.list

It should output the line containing this URL:

https://dl.bintray.com/termux/termux-packages-24/

If not, then it is time to upgrade your installation. This procedure will involve complete erasing of $PREFIX, directory where all packages are installed (aka rootfs) but your home directory will be untouched.

So if you decided to upgrade your installation, do the following steps:

  1. Ensure that application's version is v0.67 or higher. If not - upgrade.

  2. Move all important files, e.g. configs, databases, custom scripts, etc to your $HOME (temporarily). Also, save the list of packages that you will need to reinstall.

  3. Execute rm -rf $PREFIX.

  4. Restart Termux application.

  5. Restore all your stuff saved in step 1.

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.

About

Android terminal and Linux environment - packages repository.

https://termux.com

License:Other


Languages

Language:Shell 55.6%Language:C 33.8%Language:C++ 7.1%Language:Python 1.9%Language:Roff 0.6%Language:Vim Script 0.4%Language:Assembly 0.3%Language:Ruby 0.1%Language:Dockerfile 0.1%Language:PowerShell 0.1%Language:Objective-C 0.0%Language:Emacs Lisp 0.0%