termux-pacman-bot 4a554f1bef bump(main/cmake): 4.2.0
- Fixes https://github.com/termux/termux-packages/issues/27349

- Fixes build error `ld.lld: error: undefined symbol: cmCPackAppImageGenerator::cmCPackAppImageGenerator()`

- The error is related to the new upstream feature "CPack AppImage generator". https://cmake.org/cmake/help/latest/cpack_gen/appimage.html There are two possible ways to fix it. One would be by entirely disabling all code related to the feature from the Termux build, and the other is to just fix the linking error, which is what this patch does.

- Currently, the feature is not useful on Android because AppImage is unimplemented for Termux or Android, but in my opinion it is better to leave the feature enabled in the code, since actually, it is theoretically possible for there to be a Termux/Android AppImage, just nobody to my knowledge has ever successfully made one. All that would be necessary for AppImage to be possible on Android would be for someone to fully implement a port of the `appimagetool` command. I tried to before in the past, but I wasn't able to completely make it work only because of problems that I believe are probably possible to fix some day with enough work. If the `appimagetool` command is implemented in the future by someone, CMake should be able to automatically detect and use it for this feature.
2025-11-21 08:07:16 +00:00
2025-10-14 15:48:56 +03:00
2025-11-18 22:06:24 +00:00
2025-10-17 20:37:23 +00:00
2025-11-21 08:07:16 +00:00
2025-11-21 07:39:44 +00:00
2025-06-30 02:42:06 +00:00
2025-11-21 04:06:55 +00:00
2025-09-26 18:41:05 +00:00
2025-11-21 07:39:45 +00:00
2020-08-27 21:40:58 +03:00
2020-04-29 00:32:23 +02:00
2025-11-14 16:06:37 +00:00
2025-10-30 14:40:51 +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 92 MiB
Languages
Shell 80.5%
C 12.6%
C++ 2.6%
CMake 1%
Python 0.8%
Other 2.3%