mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+yazi
This commit is contained in:
parent
98004a390e
commit
4d9838796c
1 changed files with 28 additions and 0 deletions
28
projects/github.com/sxyazi/yazi/package.yml
Normal file
28
projects/github.com/sxyazi/yazi/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/sxyazi/yazi/archive/refs/tags/v{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: sxyazi/yazi/tags
|
||||||
|
strip: /^v/
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
stedolan.github.io/jq: '*'
|
||||||
|
poppler.freedesktop.org: '*'
|
||||||
|
crates.io/fd-find: '*'
|
||||||
|
crates.io/ripgrep: '*'
|
||||||
|
github.com/junegunn/fzf: '*'
|
||||||
|
crates.io/zoxide: '*'
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ^1.70
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script: cargo install --locked --root {{prefix}} --path app
|
||||||
|
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/yazi
|
||||||
|
|
||||||
|
test:
|
||||||
|
- test "$(foo --version)" = {{version}}
|
Loading…
Reference in a new issue