mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+portfolio_rs
This commit is contained in:
parent
db1d9a80f9
commit
480a147bf7
1 changed files with 21 additions and 0 deletions
21
projects/crates.io/portfolio_rs/package.yml
Normal file
21
projects/crates.io/portfolio_rs/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/MarkusZoppelt/portfolio_rs/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
ref: v{{version}}}
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: MarkusZoppelt/portfolio_rs
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/portfolio_rs
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: '>=1.60'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script:
|
||||||
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script: |
|
||||||
|
portfolio_rs -h
|
Loading…
Reference in a new issue