Skip to content

Commit

Permalink
starship: add --features http arg and remove patch
Browse files Browse the repository at this point in the history
Following discussion in
termux#6501.
  • Loading branch information
Grimler91 authored and Martinvlba committed Jun 13, 2021
1 parent e826279 commit 8462dd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
6 changes: 3 additions & 3 deletions packages/starship/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ TERMUX_PKG_DESCRIPTION="A minimal, blazing fast, and extremely customizable prom
TERMUX_PKG_LICENSE="ISC"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.53.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=42353977aba8cf711591381d713814140d9bb602015e8d6c589ef1a42d116ae1
TERMUX_PKG_DEPENDS="zlib"
TERMUX_PKG_DEPENDS="zlib, openssl"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features --features http"
TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"

termux_step_pre_configure() {
Expand All @@ -16,4 +17,3 @@ termux_step_pre_configure() {
CFLAGS+=" -fno-integrated-as"
fi
}

13 changes: 0 additions & 13 deletions packages/starship/sys-info.patch

This file was deleted.

0 comments on commit 8462dd2

Please sign in to comment.