mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
23 lines
443 B
YAML
23 lines
443 B
YAML
|
distributable:
|
||
|
url: https://github.com/brxken128/dexios/archive/refs/tags/v{{ version }}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
provides:
|
||
|
- bin/dexios
|
||
|
|
||
|
versions:
|
||
|
github: brxken128/dexios
|
||
|
strip: /v/
|
||
|
|
||
|
build:
|
||
|
working-directory: dexios
|
||
|
dependencies:
|
||
|
rust-lang.org: '>=1.65'
|
||
|
rust-lang.org/cargo: '*'
|
||
|
script:
|
||
|
cargo install --locked --path . --root {{prefix}}
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
- test "$(dexios --version)" = "dexios {{version}}"
|