*/build.sh: Fix indent

for packages the mantainer of which is @termux.

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-11-06 14:03:38 +09:00
parent 51699ffb60
commit 68833cc864
48 changed files with 158 additions and 157 deletions

View File

@ -9,8 +9,7 @@ TERMUX_PKG_SHA256="aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc7
TERMUX_PKG_DEPENDS="perl"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_RECOMMENDS="file,binutils,bzip2,cpio,gzip,lhasa,liblzma,lzop,lzip \
,p7zip,tar,unrar,zip,unzip,arj,zstd"
TERMUX_PKG_RECOMMENDS="file, binutils, bzip2, cpio, gzip, lhasa, liblzma, lzop, lzip, p7zip, tar, unrar, zip, unzip, arj, zstd"
TERMUX_PKG_SUGGESTS="bash-completion"
termux_step_post_make_install() {

View File

@ -11,7 +11,8 @@ TERMUX_PKG_DEPENDS="libusb, libplist, usbmuxd"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_configure() {
./autogen.sh --prefix=$TERMUX_PREFIX \
./autogen.sh \
--prefix=$TERMUX_PREFIX \
--without-preflight \
--without-systemd \
--host=$TERMUX_HOST_PLATFORM

View File

@ -11,7 +11,8 @@ TERMUX_PKG_DEPENDS="libusb, libplist"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_configure() {
./autogen.sh --prefix=$TERMUX_PREFIX \
./autogen.sh \
--prefix=$TERMUX_PREFIX \
--without-preflight \
--without-systemd \
--host=$TERMUX_HOST_PLATFORM