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