mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
22 lines
531 B
YAML
Executable File
22 lines
531 B
YAML
Executable File
# To use on your manifest:
|
|
# - name: eza
|
|
# type: manifest
|
|
# opts:
|
|
# source: git@github.com/chenasraf/sofmani.git
|
|
# path: docs/recipes/eza.yml
|
|
install:
|
|
- name: eza
|
|
type: group
|
|
steps:
|
|
- name: eza
|
|
type: brew
|
|
- name: eza
|
|
type: github-release
|
|
platforms:
|
|
only: ['linux']
|
|
opts:
|
|
repository: eza-community/eza
|
|
strategy: tar
|
|
destination: ~/.local/bin
|
|
download_filename: eza_{{ .ArchGnu }}-unknown-linux-musl.tar.gz
|