starship: Update from 0.27.0 to 0.29.0

This commit is contained in:
Fredrik Fornwall 2019-12-12 00:06:14 +01:00
parent e6ec8be497
commit aac0b8eae3

View File

@ -1,17 +1,14 @@
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_VERSION=0.27.0
TERMUX_PKG_VERSION=0.29.0
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=af1c4dd9b211a6271709c2cd2bbc81745d63907981474ff59084864dfd2bcf3a
TERMUX_PKG_SHA256=bfaf3c880272842652402807196e5703b9687a395e41b78f92f8708f3d5fbd7e
TERMUX_PKG_DEPENDS="zlib"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"
termux_step_pre_configure() {
mkdir -p $TERMUX_PKG_TMPDIR/include
cp $TERMUX_PREFIX/include/zlib.h $TERMUX_PKG_TMPDIR/include
cp $TERMUX_PREFIX/include/zconf.h $TERMUX_PKG_TMPDIR/include
# cp -r $TERMUX_PREFIX/include/openssl $TERMUX_PKG_TMPDIR/include
CFLAGS+=" -I$TERMUX_PKG_TMPDIR/include"
CFLAGS+=" $CPPFLAGS"
}