mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(yazi)
needs make to build
This commit is contained in:
parent
7b59760a41
commit
26f32df15e
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: ^1.70
|
rust-lang.org: ^1.70
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: '*'
|
||||||
|
gnu.org/make: '*'
|
||||||
script: cargo install --locked --root {{prefix}} --path app
|
script: cargo install --locked --root {{prefix}} --path app
|
||||||
|
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/yazi
|
- bin/yazi
|
||||||
|
|
||||||
test:
|
test:
|
||||||
- yazi --version | grep "{{version}}"
|
- yazi --version | grep "{{version}}"
|
||||||
|
|
Loading…
Reference in a new issue