mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-19 07:55:01 +00:00
dcaf72306b5fb52a64c2a4de8c29a85cb2ec7e6e
termux_download_ubuntu_packages()
- See https://github.com/termux/termux-packages/pull/27664#discussion_r2629631209 - New global function `termux_download_ubuntu_packages()` - Replaces all per-package instances of `_install_ubuntu_packages()` and `obtain_deb_url()` - Arguments: - Comma-separated list of Ubuntu packages to download and extract (required) - Directory path to extract the packages into (optional) - Architecture of the remote repository from which to download the packages (optional) - Base URL of the remote repository from which to download the packages (optional) %ci:no-build
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.7%
C
12.5%
C++
2.6%
CMake
1%
Python
0.8%
Other
2.2%