From 2090e1d0b289de52fd550e8b6267ed8a6411b12b Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Sun, 23 Jun 2024 12:53:57 -0400 Subject: [PATCH] +hac --- projects/crates.io/hac-client/package.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 projects/crates.io/hac-client/package.yml diff --git a/projects/crates.io/hac-client/package.yml b/projects/crates.io/hac-client/package.yml new file mode 100644 index 00000000..f0f36324 --- /dev/null +++ b/projects/crates.io/hac-client/package.yml @@ -0,0 +1,17 @@ +distributable: + url: https://github.com/wllfaria/hac/archive/refs/tags/{{ version.tag }}.tar.gz + strip-components: 1 + +provides: + - bin/hac + +versions: + github: wllfaria/hac + +build: + dependencies: + rust-lang.org: '>=1.56' + rust-lang.org/cargo: '*' + script: cargo install --locked --path hac-client --root {{prefix}} + +test: hac --help