Accepting request 999234 from shells
OBS-URL: https://build.opensuse.org/request/show/999234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/starship?expand=0&rev=7
This commit is contained in:
commit
5702a8e3f7
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 25 10:20:55 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
- Use setup instead of autosetup.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 25 08:07:42 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Remove nondescript claims from description
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 19 05:02:44 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
Fri Aug 19 05:02:44 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Name: starship
|
Name: starship
|
||||||
Version: 1.10.2
|
Version: 1.10.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
Summary: A customizable prompt for many shells
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://starship.rs/
|
URL: https://starship.rs/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
@ -30,13 +30,13 @@ BuildRequires: cmake
|
|||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
Starship generates shell code which modifies the current shell
|
||||||
Fast: it's fast – really really fast! rocket
|
behavior to display an extravagant prompt. It installs a hook before
|
||||||
Customizable: configure every aspect of your prompt.
|
every command invocation to gather additional information for the
|
||||||
Universal: works on any shell, on any operating system.
|
prompt, which increases the latency of the prompt (by about 5 ms with
|
||||||
Intelligent: shows relevant information at a glance.
|
bash on a contemporary 3700X CPU).
|
||||||
Feature rich: support for all your favorite tools.
|
The default setup requires Nerd Font and a terminal in dark colors.
|
||||||
Easy: quick to install – start using it in minutes.
|
dash is not supported as of 1.10.2.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qa1
|
%setup -qa1
|
||||||
|
Loading…
Reference in New Issue
Block a user