Go to file
Leonid Pliushch 96b4e572d6
github actions: do not use option '-I' for build-package.sh
Connections to apt repositories often stuck, cause builds to time out.
As there no issues on repository side and connection problem is reproducible
only on Github Actions instances, I can only assume that there is either a
some bug in CI virtual machines setup or Github applies undocumented(?)
limits on networking usage.

Removing '-I' option will disable downloading of prebuilt dependencies
and thus networking usage at cost of increased build times.
2021-05-06 19:31:27 +03:00
.github github actions: do not use option '-I' for build-package.sh 2021-05-06 19:31:27 +03:00
disabled-packages disabled-packages/apg: update source link 2021-02-04 19:13:36 +00:00
ndk-patches fix ndk-patches/paths.h.patch 2020-07-11 00:51:47 +03:00
packages radare2: update to 5.2.1 2021-05-06 14:00:12 +00:00
sample explicitly set maintainer for each package 2020-12-20 15:16:34 +02:00
scripts termux_extract_dep_info: fix logic for subpackages (#6753) 2021-05-05 21:20:39 +02:00
.gitattributes update .gitattributes 2020-08-27 21:40:58 +03:00
.gitignore setup-offline-bundle.sh: add support for downloading package sources 2020-10-23 00:27:56 +03:00
BACKERS.md Update BACKERS.md 2020-04-29 00:32:23 +02:00
CONTRIBUTING.md CONTRIBUTING.md: remove section "hosting a mirror" 2021-02-08 12:58:01 +02:00
LICENSE.md avoid long lines in LICENSE.md 2019-06-08 14:40:01 +03:00
README.md Update README.md 2021-05-03 16:06:06 +05:00
build-all.sh build-all.sh: Fix error message 2021-02-03 17:30:12 +01:00
build-package.sh misc hardcoded home/prefix fixes 2020-10-30 22:48:55 +02:00
clean.sh packages: standardize values of several control variables for build.sh 2019-08-12 18:49:13 +03:00

README.md

Termux packages

Packages last build status Docker image status Join the chat at https://gitter.im/termux/termux GitHub repo size

This project contains scripts and patches to build packages for the Termux Android application.

Quick how-to about Termux package management is available at Package Management. It also has info on how to fix repository is under maintenance or down errors when running apt or pkg commands.

Contributing

@termux is looking for help with fixing issues, adding new packages and maintaining existing ones. It would be very helpful if you submit a pull request with bug fixes.

Processing of new package requests is limited. Repository is already big and recently we got the new problems with hosting. Submit requests only for things that can be important for most users.

Read CONTRIBUTING.md and Developer's Wiki for more details.

Contacts

General mailing list: https://groups.io/g/termux

Developer mailing list: https://groups.io/g/termux-dev

General chat: https://gitter.im/termux/termux or #termux on IRC/freenode.

Developer chat: https://gitter.im/termux/dev or #termux/development on IRC/freenode.