diff --git a/aqua.yaml b/aqua.yaml index f024968ac62..e66c708051c 100644 --- a/aqua.yaml +++ b/aqua.yaml @@ -300,6 +300,9 @@ packages: - name: peco/peco registry: standard version: v0.5.10 # renovate: depName=peco/peco +- name: Peltoche/lsd + registry: standard + version: 0.20.1 # renovate: depName=Peltoche/lsd - name: profclems/glab registry: standard version: v1.20.0 # renovate: depName=profclems/glab diff --git a/registry.yaml b/registry.yaml index 3b9cc04eb31..81000f00285 100644 --- a/registry.yaml +++ b/registry.yaml @@ -795,6 +795,22 @@ packages: format_overrides: - goos: darwin format: zip +- type: github_release + repo_owner: Peltoche + repo_name: lsd + asset: 'lsd-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}' + description: The next gen ls command + format: tar.gz + format_overrides: + - goos: windows + format: zip + replacements: + amd64: x86_64 + darwin: apple-darwin + linux: unknown-linux-musl # Set musl as default. If architecture matchs, this can be executable without relying on external libraries. + files: + - name: lsd + src: 'lsd-{{.Version}}-{{.Arch}}-{{.OS}}/lsd' - type: github_release repo_owner: profclems repo_name: glab