starship: add package

This commit is contained in:
Bruno Bigras 2019-08-23 15:28:35 -04:00 committed by Leonid Pliushch
parent 37fab07863
commit 82df909b01
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
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.13.1
TERMUX_PKG_SHA256=990b0e418224900824179bc6c8fca89566696be79d68b8af191da107b7414f46
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_DEPENDS="openssl, zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"