forked from pool/starship
Accepting request 1135563 from home:Dead_Mozay
- Update to version 1.17.0: * Features: - add additional exit status code meanings from libc. - add typst module. - aws: Adding the AWS SSO CLI env variable to profile list. - direnv: add new direnv module. - fossil_metrics: add fossil_metrics module. - hostname: add detect_env_vars as option. - kubernetes: Add styling based on current context. - R lang packages version, remove .Rprofile from rlang detection. - scanner: add option not to follow symlinks. - shell: allow distinguishing between pwsh and powershell. * Bug Fixes: - bash: unbound variable error with STARSHIP_PREEXEC_READY. - docker_context: ignore unix domain socket path from Docker Context. - git_status: Avoid printing error on missing stash ref. - git: prevent core.fsmonitor from executing external commands. - pastel-powerline: remove $path from docker-context module format string. * Performance Improvements: - git_status: avoid running in bare repos. - Skip unnecessary indirection in starship init zsh. OBS-URL: https://build.opensuse.org/request/show/1135563 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=50
This commit is contained in:
committed by
Git OBS Bridge
parent
5a75634b4c
commit
c0d2447898
@@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
Name: starship
|
||||
Version: 1.16.0
|
||||
Version: 1.17.0
|
||||
Release: 0
|
||||
Summary: A customizable prompt for many shells
|
||||
License: ISC
|
||||
URL: https://starship.rs/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
ExclusiveArch: %{rust_tier1_arches}
|
||||
|
||||
%description
|
||||
Starship generates shell code which modifies the current shell
|
||||
@@ -40,8 +40,6 @@ dash is not supported as of 1.10.2.
|
||||
|
||||
%prep
|
||||
%autosetup -a1
|
||||
mkdir -p .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%{cargo_build}
|
||||
|
Reference in New Issue
Block a user