mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
parent
60ee00d984
commit
baebab91b4
1 changed files with 20 additions and 0 deletions
20
projects/crates.io/zellij/package.yml
Normal file
20
projects/crates.io/zellij/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
distributable:
|
||||
url: https://github.com/zellij-org/zellij/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/zellij
|
||||
|
||||
versions:
|
||||
github: zellij-org/zellij
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: ">=1.60"
|
||||
rust-lang.org/cargo: "*"
|
||||
script: cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script: |
|
||||
zellij --version
|
Loading…
Reference in a new issue