termux-pacman-bot 3b81330744 fix(main/guile): fully implement 32-bit hostbuild
- Fixes multiple malformations in the 32-bit builds of `guile` 3.0.10, including but not limited to this MRE of a `WARNING`:

```
~ $ cat hello.scm
!#
(display "Hello, world!")
(newline)
~ $ ./hello.scm
;;; WARNING: compilation of /data/data/com.termux/files/home/./hello.scm failed:
;;; In procedure load-thunk-from-memory: ELF file does not have native word size
Hello, world!
~ $
```

- Necessary after these three upstream Guile commits and other commits which depend on them:
  - https://cgit.git.savannah.gnu.org/cgit/guile.git/commit/?id=137b0e85b956a7b7e7c9bc0029d09fe6868e5b17
  - https://cgit.git.savannah.gnu.org/cgit/guile.git/commit/?id=c758c99b5e37408e48dc1b22c73d6ec35d9de866
  - https://cgit.git.savannah.gnu.org/cgit/guile.git/commit/?id=88e0933450ed9f1cc96858641e0756ffa44c53c6

- Tangentially related follow-up to https://github.com/termux/termux-packages/pull/26977, but **that PR is still necessary also, this PR does not replace it**.

- Necessary to complete https://github.com/termux/termux-packages/pull/25962
2025-10-27 11:05:16 +00:00
2025-10-14 15:48:56 +03:00
2025-10-13 00:50:07 +00:00
2025-10-17 20:37:23 +00:00
2025-10-25 06:41:26 +00:00
2025-06-30 02:42:06 +00:00
2025-10-22 14:05:40 +00:00
2025-09-26 18:41:05 +00:00
2025-10-27 06:46:07 +00:00
2020-08-27 21:40:58 +03:00
2022-07-28 10:41:57 +00:00
2025-10-15 21:35:13 +00:00
2025-04-27 21:35:50 +00:00
2025-10-22 12:47:36 +00:00
2025-08-28 02:13:30 +00:00
2025-07-23 03:12:42 +00:00
2025-09-24 09:38:15 +03:00
2024-05-13 10:33:57 +03:00
2023-10-04 14:21:52 +03:00
2023-08-20 23:34:19 +03:00

Termux packages for pacman - official git repo mirror

GitHub repo size Packages last build status Repo last update status
More about the repository

Code for connecting repository:

main:

[main]
Server = https://service.termux-pacman.dev/main/$arch

x11:

[x11]
Server = https://service.termux-pacman.dev/x11/$arch

root:

[root]
Server = https://service.termux-pacman.dev/root/$arch

Other information:

  • Android support: 7+
  • Architecture support: all (aarch64, arm, x86_64, i686)
  • Signature: termux-pacman organization gpg key
  • Powered by aws
  • Root repository: https://github.com/termux/termux-packages
  • Organization maintaining the root repository: termux
Description
A build system and primary set of packages in format pacman for Termux.
Readme 119 MiB
Languages
Shell 80.1%
C 12.9%
C++ 2.6%
CMake 1%
Python 0.8%
Other 2.4%