mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+crates.io/rtx-cli
This commit is contained in:
parent
04c1f0bd6f
commit
798853ec2a
1 changed files with 20 additions and 0 deletions
20
projects/crates.io/rtx-cli/package.yml
Normal file
20
projects/crates.io/rtx-cli/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
distributable:
|
||||
url: https://github.com/jdxcode/rtx/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/rtx
|
||||
|
||||
versions:
|
||||
github: jdxcode/rtx
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.60'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
rtx --version
|
Loading…
Reference in a new issue