Files
sofmani/docs/recipes/ripgrep.yml

24 lines
609 B
YAML
Executable File

# To use on your manifest:
# - name: ripgrep
# type: manifest
# opts:
# source: git@github.com/chenasraf/sofmani.git
# path: docs/recipes/ripgrep.yml
install:
- name: ripgrep
bin_name: rg
type: group
steps:
- name: ripgrep
type: brew
- name: ripgrep
bin_name: rg
type: github-release
platforms:
only: ['linux']
opts:
repository: BurntSushi/ripgrep
strategy: tar
destination: ~/.local/bin
download_filename: ripgrep-{{ .Version }}-{{ .ArchGnu }}-unknown-linux-musl.tar.gz