Browse Source

starship: add package

emacs-27
Bruno Bigras 5 years ago
committed by Leonid Plyushch
parent
commit
dab68f01f8
  1. 9
      packages/starship/build.sh

9
packages/starship/build.sh

@ -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"
Loading…
Cancel
Save