+eza -- A modern, maintained replacement for ls

This commit is contained in:
Kevin Chen 2023-09-16 19:01:55 -04:00 committed by Jacob Heider
parent 2deed5681d
commit 7430e37d0a

View file

@ -0,0 +1,21 @@
distributable:
url: https://github.com/eza-community/eza/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
provides:
- bin/eza
versions:
github: eza-community/eza
strip: /v/
build:
dependencies:
rust-lang.org: '>=1.65'
rust-lang.org/cargo: '*'
script:
cargo install --locked --path . --root {{prefix}}
test:
script:
- eza --version | grep {{version}}