2023-09-17 02:01:55 +03:00
|
|
|
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/
|
|
|
|
|
2023-10-12 20:16:04 +03:00
|
|
|
dependencies:
|
2024-03-21 00:43:47 +03:00
|
|
|
libgit2.org: ~1.7 # links to libgit2.so.1.7
|
2023-10-12 20:16:04 +03:00
|
|
|
|
2023-09-17 02:01:55 +03:00
|
|
|
build:
|
|
|
|
dependencies:
|
|
|
|
rust-lang.org: '>=1.65'
|
|
|
|
rust-lang.org/cargo: '*'
|
2024-03-21 00:43:47 +03:00
|
|
|
script: cargo install --locked --path . --root {{prefix}}
|
2023-09-17 02:01:55 +03:00
|
|
|
|
|
|
|
test:
|
|
|
|
script:
|
|
|
|
- eza --version | grep {{version}}
|