Skip to content

Commit

Permalink
Merge pull request #208 from chaspy/chaspy/lsd
Browse files Browse the repository at this point in the history
Add Peltoche/lsd
  • Loading branch information
suzuki-shunsuke authored Sep 17, 2021
2 parents 9579e6a + 791966b commit fa80e02
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa80e02

Please sign in to comment.