TERMUX_PKG_HOMEPAGE=https://starship.rs TERMUX_PKG_DESCRIPTION="A minimal, blazing fast, and extremely customizable prompt for any shell" TERMUX_PKG_LICENSE="ISC" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=0.58.0 TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=8bd4cfad4bcf9694633f228de0c7dc6cfab6bb6955e2a7299ed28dd8c4d6f5e4 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="zlib, openssl" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features --features http" TERMUX_PKG_BLACKLISTED_ARCHES="x86_64" termux_step_pre_configure() { CFLAGS+=" $CPPFLAGS" if [ $TERMUX_ARCH = arm ]; then CFLAGS+=" -fno-integrated-as" fi }