mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+dexios -- A secure file encryption utility, written in Rust.
This commit is contained in:
parent
f784b6b1cf
commit
8825cc9375
22
projects/brxken128.github.io/dexios/package.yml
Normal file
22
projects/brxken128.github.io/dexios/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
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}}"
|
Loading…
Reference in a new issue