/packages/apt/build.sh termux_step_post_make_install() { { echo "# The main termux repository, with cloudflare cache" # 自行替换成自己的源 echo "deb https://repo...
https://github.com/termux/termux-packages/releases/download/bootstrap-2022.04.28-r5+apt-android-7/bootstrap-aarch64.zip https://github.com/termux/termux-packages/releases/download/...
执行build-bootstraps.sh时遇到的错误: 在已经启用的仓库中的找不到bzip2 [*] Building 'bzip2'... ERROR: No package bzip2 found in any of the enabled repositories. Are you trying to set up a custom reposito...
cd ~/termux 启动Termux Docker容器 sudo docker run -it --rm -v "$PWD":/home/builder/termux-packages termux/package-builder 在容器内执行build-bootstraps.sh ./scripts/build-bootstraps.sh 单独构建依赖...