*/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

@ -12,4 +12,4 @@ TERMUX_PKG_REPLACES="libssh-dev"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DHAVE_ARGP_H=OFF
-DWITH_GSSAPI=OFF
"
"

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

@ -15,7 +15,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DUSE_SHARED_MBEDTLS_LIBRARY=ON
-DENABLE_TESTING=OFF
-DENABLE_PROGRAMS=OFF
"
"
termux_step_post_get_source() {
# Do not forget to bump revision of reverse dependencies and rebuild them

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