mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-23 11:12:30 +00:00
a73ad42cbbc4a86dcbd1a7630949486cf6dcae3e
- 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>
Termux packages for pacman - official support
Code for connecting repository:
main:
[main]
Server = https://service.termux-pacman.dev/main/$arch
x11:
[main]
Server = https://service.termux-pacman.dev/x11/$arch
root:
[main]
Server = https://service.termux-pacman.dev/root/$arch
Other information:
- Android support: 7+
- Architecture support: all (aarch64, arm, x86_64, i686)
- Security level: not complete (db and only a few packages are protected by signature)
- Signature: termux-pacman organization gpg key
- Storage: aws s3 (US)
- Mirrors: does not exist
- Root repository: https://github.com/termux/termux-packages
- Organization maintaining the root repository: termux
Description
Languages
Shell
79.9%
C
13%
C++
2.7%
CMake
1%
Python
0.8%
Other
2.4%