mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+joshuto
This commit is contained in:
parent
046526a5f8
commit
c2a93947fb
1 changed files with 24 additions and 0 deletions
24
projects/crates.io/joshuto/package.yml
Normal file
24
projects/crates.io/joshuto/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/kamiyaa/joshuto/archive/refs/tags/{{ version.tag }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/joshuto
|
||||||
|
|
||||||
|
companions:
|
||||||
|
github.com/junegunn/fzf: '*'
|
||||||
|
crates.io/zoxide: '*'
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: kamiyaa/joshuto/tags
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: '>=1.56'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script: cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
- joshuto version | grep joshuto-{{version}}
|
||||||
|
- joshuto completions zsh
|
||||||
|
- joshuto config joshuto
|
Loading…
Reference in a new issue