Go to file
Aditya Alok 33b1397f36
haskell-packaging: End support for library packages
- Now we use cabal (comparable to rust's cargo) to build binary packages.

Reason:
- Haskell's cabal packaging system is like rust's cargo. Every packages
  depends upon some specific version of other library. Hence, it is
  hard to maintain each and every version.
- Patching packages so that they use latest of dependencies breaks
  compatibility.

Benefits:
- Enables building very large packages like `pandoc`.
- Reduces disk space used.
- Lesser packages to maintain.

Signed-off-by: Aditya Alok <alok@termux.dev>
2023-02-21 10:08:12 +05:30
.github workflows: Use `TERMUXBOT2_TOKEN` 2023-02-08 21:59:42 +01:00
disabled-packages tree-wide: remove pthread/rt patches and workarounds 2023-02-13 05:56:37 +00:00
ndk-patches scripts: Bump NDK to r25c 2023-02-02 16:38:20 +05:30
packages haskell-packaging: End support for library packages 2023-02-21 10:08:12 +05:30
root-packages libfuse3: Bump to 3.14.0 2023-02-19 10:18:44 +01:00
sample explicitly set maintainer for each package 2020-12-20 15:16:34 +02:00
scripts haskell-packaging: End support for library packages 2023-02-21 10:08:12 +05:30
x11-packages mesa-demos: Separate osmesa-demos as subpackage 2023-02-20 23:48:36 +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 some more GIR stuff to myself 2023-02-13 11:36:17 +00:00
CONTRIBUTING.md CONTRIBUTING.md: small correction of the view in "Commit guidelines" 2023-01-13 10:07:42 +03: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 haskell-packaging: End support for library packages 2023-02-21 10:08:12 +05:30
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.