2023-09-13 21:18:34 +03:00
|
|
|
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:
|
2023-09-13 21:23:03 +03:00
|
|
|
- yazi --version | grep "{{version}}"
|