Go to file
Maxython d502e7489d scripts(build-package.sh): fix on device compilation of packages when force building and revert `-f` flag behaviour
- Reverted behviour of `-f` flag changed in b9b5987 and only force build current package instead of dependencies.
- Added a  new `-F` flag to force build current package and dependencies as well.
- If both `-I` and `-F` flags are passed and dependencies cannot be compiled on device, i.e `$TERMUX_PKG_ON_DEVICE_BUILD_NOT_SUPPORTED` is set to `true` in `build.sh` of package, then they will be downloaded instead.
- If only `-F` flag is passed without the `-I` flag, and building on device is not supported, then building with fail with error.
- The `$TERMUX_BUILD_PACKAGE_CALL_DEPTH` variable will be used to track depth of recursive calls to `build-package.sh`.
- The file at `$TERMUX_BUILD_PACKAGE_CALL_BUILT_PACKAGES_LIST_FILE_PATH` will be used to track list of packages and their dependencies that have been compiled at any instant by recursive calls to `build-package.sh`.
- Added `scripts/utils/package/package.sh` to store package utils. The `pacakge__is_package_version_built()` method can be used to check if a certain package version has been built. In future this should include `$TERMUX_APP_PACKAGE` as well.

Co-authored-by: agnostic-apollo <agnosticapollo@gmail.com>
Co-authored-by: Maxython <mixython@gmail.com>
2023-01-03 20:06:03 +05:00
.github build(deps): bump termux/upload-release-action from 4.0.0 to 4.0.2 2022-12-30 11:39:58 +00:00
disabled-packages tree-wide: use git+[...] instead of [...].git for git urls 2023-01-01 18:31:43 +01:00
ndk-patches ndk-patches: remove stubs for getgrgid_r and getgrgid_r 2022-11-09 23:27:14 +01:00
packages bump(main/box86): 0.2.8.20230103.111219g59b1e323 2023-01-03 12:08:41 +00:00
root-packages tree-wide: use git+[...] instead of [...].git for git urls 2023-01-01 18:31:43 +01:00
sample explicitly set maintainer for each package 2020-12-20 15:16:34 +02:00
scripts scripts(build-package.sh): fix on device compilation of packages when force building and revert `-f` flag behaviour 2023-01-03 20:06:03 +05:00
x11-packages handbrake: Bump to 1.6.0 2023-01-03 00:46:20 +00:00
.gitattributes update .gitattributes 2020-08-27 21:40:58 +03:00
.gitignore Added(.gitignore): Don't include temp .git directories 2022-08-30 22:58:39 +05:00
CODEOWNERS CODEOWNERS: Assign GIR stuff to myself 2022-12-27 17:41:06 +09:00
CONTRIBUTING.md CONTRIBUTING: Clearify packaging policy on python packages 2022-11-23 11:47:16 +01:00
LICENSE.md avoid long lines in LICENSE.md 2019-06-08 14:40:01 +03:00
README.md Add Hetzner Logo 2022-12-26 21:52:15 +08:00
build-all.sh fix(run-docker.sh): Fix docker exec not passing kill signals (ctrl+c) to commands in some cases leaving processes still running 2022-07-28 15:27:20 +05:00
build-package.sh scripts(build-package.sh): fix on device compilation of packages when force building and revert `-f` flag behaviour 2023-01-03 20:06:03 +05:00
clean.sh fix(run-docker.sh): Fix docker exec not passing kill signals (ctrl+c) to commands in some cases leaving processes still running 2022-07-28 15:27:20 +05:00
repo.json CI: specify distribution in repo.json as well 2022-04-20 16:37:36 +02:00

README.md

Termux packages

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

Hosted by Hetzner

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

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/libera.chat.

Developer chat: https://gitter.im/termux/dev.