mirror of
https://github.com/Phantop/solus-stuff
synced 2025-05-24 16:01:27 +00:00
Add starship
This commit is contained in:
parent
418c513c07
commit
8505ade723
27
starship/package.yml
Normal file
27
starship/package.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
name : starship
|
||||
version : 0.44.0
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/starship/starship.git : master
|
||||
license :
|
||||
- ISC
|
||||
component : system.utils
|
||||
networking : yes
|
||||
summary : The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
||||
description: |
|
||||
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
||||
|
||||
Fast: it's fast – really really fast! rocket
|
||||
Customizable: configure every aspect of your prompt.
|
||||
Universal: works on any shell, on any operating system.
|
||||
Intelligent: shows relevant information at a glance.
|
||||
Feature rich: support for all your favorite tools.
|
||||
Easy: quick to install – start using it in minutes.
|
||||
builddeps :
|
||||
- cargo
|
||||
build : |
|
||||
cargo build --release
|
||||
install : |
|
||||
install -Dm00755 target/release/starship $installdir/usr/bin/starship
|
||||
check : |
|
||||
cargo test --all
|
Loading…
Reference in a new issue