fix(main/debootstrap): depend on binutils

Debootstrap needs an 'ar' utility that is used to extract packages
for some distributions.

 I: jammy uses zstd compression, setting --extractor=ar option

If no 'ar' installed, the bootstrapping process will silently fail.
This commit is contained in:
Leonid Pliushch 2023-01-05 10:42:08 +02:00
parent f475d56f04
commit 0c94d510ea
No known key found for this signature in database
GPG Key ID: 802AB1B71153CBC4
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@ TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE_FILE="debian/copyright"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.0.128+nmu2
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=528523228d93a31c9e0cd4eb932977ea8ceec2bfbf8db1103bec2397cc7434fa
TERMUX_PKG_DEPENDS="perl, proot, wget"
TERMUX_PKG_DEPENDS="binutils, perl, proot, wget"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true