mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
6fc3a63155
commit
d334bbc3c2
17
projects/crates.io/du-dust/package.yml
Normal file
17
projects/crates.io/du-dust/package.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
distributable:
|
||||
url: https://github.com/bootandy/dust/archive/refs/tags/{{ version.tag }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/dust
|
||||
|
||||
versions:
|
||||
github: bootandy/dust
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.60'
|
||||
rust-lang.org/cargo: '*'
|
||||
script: cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test: dust
|
Loading…
Reference in a new issue