2019-08-23 21:28:35 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://starship.rs
|
|
|
|
TERMUX_PKG_DESCRIPTION="A minimal, blazing fast, and extremely customizable prompt for any shell"
|
|
|
|
TERMUX_PKG_LICENSE="ISC"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2021-06-16 15:00:50 +02:00
|
|
|
TERMUX_PKG_VERSION=0.54.0
|
2019-08-23 21:28:35 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz
|
2021-06-16 15:00:50 +02:00
|
|
|
TERMUX_PKG_SHA256=0756926b48d4923fe36bcb5e0149bbe08375ed72c28f9221ad4daad4676b8d9f
|
2021-05-05 21:09:10 +02:00
|
|
|
TERMUX_PKG_DEPENDS="zlib, openssl"
|
2019-09-08 02:46:41 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
2021-05-05 21:09:10 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features --features http"
|
2021-05-05 19:02:19 +02:00
|
|
|
TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"
|
2019-09-15 22:19:06 +02:00
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
2019-12-12 00:06:14 +01:00
|
|
|
CFLAGS+=" $CPPFLAGS"
|
2019-12-31 02:08:22 +01:00
|
|
|
if [ $TERMUX_ARCH = arm ]; then
|
|
|
|
CFLAGS+=" -fno-integrated-as"
|
|
|
|
fi
|
2019-09-15 22:19:06 +02:00
|
|
|
}
|