From 8825cc93755b6d709afe4b60aafc6785147d0dfc Mon Sep 17 00:00:00 2001 From: Kevin Chen Date: Sat, 26 Aug 2023 16:53:32 -0400 Subject: [PATCH] +dexios -- A secure file encryption utility, written in Rust. --- .../brxken128.github.io/dexios/package.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 projects/brxken128.github.io/dexios/package.yml diff --git a/projects/brxken128.github.io/dexios/package.yml b/projects/brxken128.github.io/dexios/package.yml new file mode 100644 index 00000000..4a9a404c --- /dev/null +++ b/projects/brxken128.github.io/dexios/package.yml @@ -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}}"