Skip to content

Commit

Permalink
+starship (#105)
Browse files Browse the repository at this point in the history
* +starship

Adds the Starship prompt.

* fix test
  • Loading branch information
johnallen3d authored and mxcl committed Jan 14, 2023
1 parent ed90d40 commit 9ae81d8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions projects/starship.rs/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
distributable:
url: https://github.com/starship/starship/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1

provides:
- bin/starship

versions:
github: starship/starship/tags
strip: /v/

build:
dependencies:
cmake.org: ">=3.5"
tea.xyz/gx/make: "*"
rust-lang.org: ">=1.60"
rust-lang.org/cargo: "*"
script: cargo install --locked --path . --root {{prefix}}

test:
script: |
starship --version

0 comments on commit 9ae81d8

Please sign in to comment.