mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 04:10:52 +00:00
- 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