mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+diskonaut
This commit is contained in:
parent
2590011140
commit
e90482eb60
1 changed files with 17 additions and 0 deletions
17
projects/crates.io/diskonaut/package.yml
Normal file
17
projects/crates.io/diskonaut/package.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/imsnif/diskonaut/archive/refs/tags/{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: imsnif/diskonaut
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ^1.65
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script: cargo install --path . --root {{prefix}}
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/diskonaut
|
||||||
|
|
||||||
|
test: test "$(diskonaut --version)" = "diskonaut {{version}}"
|
Loading…
Reference in a new issue