pantry/projects/github.com/sxyazi/yazi/package.yml
Jacob Heider 4d9838796c
+yazi
2023-09-13 14:18:34 -04:00

28 lines
558 B
YAML

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}}