termux-packages/packages/starship/build.sh

14 lines
538 B
Bash
Raw Normal View History

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"
2019-10-05 13:31:04 +02:00
TERMUX_PKG_VERSION=0.20.2
2019-08-23 21:28:35 +02:00
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz
2019-10-05 13:31:04 +02:00
TERMUX_PKG_SHA256=7d69b44db4f8fb31f92c0f9766598496156c8ede8f44ee0681436129aefdfc3c
2019-08-23 21:28:35 +02:00
TERMUX_PKG_DEPENDS="openssl, zlib"
2019-09-08 02:46:41 +02:00
TERMUX_PKG_BUILD_IN_SRC=true
2019-08-23 21:28:35 +02:00
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"
2019-09-15 22:19:06 +02:00
termux_step_pre_configure() {
CFLAGS+=" $CPPFLAGS"
}