Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add toshimaru/nyan #22316

Merged
merged 3 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions pkgs/toshimaru/nyan/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
packages:
- name: toshimaru/nyan@v1.0.10
- name: toshimaru/nyan
version: v1.0.5
- name: toshimaru/nyan
version: v0.9.6
- name: toshimaru/nyan
version: v0.9.2
- name: toshimaru/nyan
version: v0.9.0
- name: toshimaru/nyan
version: v0.1.0
- name: toshimaru/nyan
version: v0.0.0
112 changes: 112 additions & 0 deletions pkgs/toshimaru/nyan/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
packages:
- type: github_release
repo_owner: toshimaru
repo_name: nyan
description: Colored `cat` command
version_constraint: "false"
version_overrides:
- version_constraint: Version == "v0.0.0"
asset: nyan_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.1.0")
asset: nyan_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.9.0")
asset: nyan_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think rosetta2 isn't necessary at the latest version.

https://github.com/toshimaru/nyan/releases/tag/v1.0.10

nyan_Darwin_arm64.tar.gz

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmdx s toshimaru/nyan generates the different code.
Please follow the contribution guide as you checked the check list.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I apologize for skipping over the important chapter about contributing. Thank you for pointing it out and for handling the corrections until the merge. As a user, I'm delighted that such a fantastic tool(toshimaru/nyan) has been added to the aqua-registry.

windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.9.2")
asset: nyan_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: semver("<= 0.9.6")
asset: nyan_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: nyan_checksums.txt
algorithm: sha256
- version_constraint: semver("<= 1.0.5")
asset: nyan_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
- version_constraint: "true"
asset: nyan_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
111 changes: 111 additions & 0 deletions registry.yaml

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