From 23dcfef657b8f59a353caa23d7cb77f4301fc968 Mon Sep 17 00:00:00 2001 From: Nicolas M Date: Wed, 15 Feb 2023 14:02:07 +0100 Subject: [PATCH] +crates.io/exa --- projects/crates.io/exa/package.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 projects/crates.io/exa/package.yml diff --git a/projects/crates.io/exa/package.yml b/projects/crates.io/exa/package.yml new file mode 100644 index 00000000..38cbf8c6 --- /dev/null +++ b/projects/crates.io/exa/package.yml @@ -0,0 +1,25 @@ +distributable: + url: https://github.com/ogham/exa/archive/refs/tags/v{{version}}.tar.gz + strip-components: 1 + +provides: + - bin/exa + +versions: + github: ogham/exa/tags + strip: /^v/ + +dependencies: + darwin: + zlib.net: ^1 + +build: + dependencies: + rust-lang.org: '>=1.60' + rust-lang.org/cargo: '*' + script: + cargo install --locked --path . --root {{prefix}} + +test: + script: | + exa --version \ No newline at end of file