mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-05 01:22:23 +00:00
dad48d6409b2c750c8da1cc4cd2802071528428a
Starting from version 0.36, the `user` feature relies on `getpwent` and similar functions, which were introduced to Android in API 26. However, Termux currently targets API 24, where these functions are not available, leading to build failures. - The `user` feature in `sysinfo` was disabled to prevent the use of `getpwent`, `setpwent`, and `endpwent`. - Code adjustments were made to ensure the build would complete successfully without these functions.
Termux packages for pacman - official git repo mirror
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
Languages
Shell
80.3%
C
12.8%
C++
2.6%
CMake
1%
Python
0.8%
Other
2.3%