Skip to content

Commit

Permalink
fix(sxyazi/yazi): add ya command (#26642)
Browse files Browse the repository at this point in the history
* fix(sxyazi/yazi): add ya command

* fix(sxyazi/yazi): add files for `aqua g` command

---------

Co-authored-by: Shunsuke Suzuki <[email protected]>
  • Loading branch information
wancup and suzuki-shunsuke authored Sep 7, 2024
1 parent d1499b5 commit b420182
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/sxyazi/yazi/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
packages:
- name: sxyazi/[email protected]
- name: sxyazi/yazi
version: v0.2.4
- name: sxyazi/yazi
version: v0.1.5
- name: sxyazi/yazi
Expand Down
22 changes: 22 additions & 0 deletions pkgs/sxyazi/yazi/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ packages:
repo_owner: sxyazi
repo_name: yazi
description: Blazing fast terminal file manager written in Rust, based on async I/O
files:
- name: yazi
- name: ya
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.1.3")
Expand Down Expand Up @@ -42,12 +45,31 @@ packages:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.2.4")
asset: yazi-{{.Arch}}-{{.OS}}.{{.Format}}
format: zip
files:
- name: yazi
src: yazi-{{.Arch}}-{{.OS}}/yazi
windows_arm_emulation: true
overrides:
- goos: windows
replacements:
arm64: arm64
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-gnu
windows: pc-windows-msvc
- version_constraint: "true"
asset: yazi-{{.Arch}}-{{.OS}}.{{.Format}}
format: zip
files:
- name: yazi
src: yazi-{{.Arch}}-{{.OS}}/yazi
- name: ya
src: yazi-{{.Arch}}-{{.OS}}/ya
windows_arm_emulation: true
overrides:
- goos: windows
Expand Down
22 changes: 22 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b420182

Please sign in to comment.