Skip to content

Commit

Permalink
feat: add ynqa/jnv (#21127)
Browse files Browse the repository at this point in the history
[ynqa/jnv](https://github.com/ynqa/jnv): interactive JSON filter using jq

Co-authored-by: Shunsuke Suzuki <suzuki-shunsuke@users.noreply.github.com>
  • Loading branch information
ponkio-o and suzuki-shunsuke committed Mar 21, 2024
1 parent c5db64a commit fff99e2
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/ynqa/jnv/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: ynqa/jnv@v0.1.1
- name: ynqa/jnv
version: v0.1.0
41 changes: 41 additions & 0 deletions pkgs/ynqa/jnv/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
packages:
- type: github_release
repo_owner: ynqa
repo_name: jnv
description: interactive JSON filter using jq
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.1.0")
asset: jnv-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.xz
rosetta2: true
replacements:
amd64: x86_64
darwin: apple-darwin
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
supported_envs:
- darwin
files:
- name: jnv
src: "{{.AssetWithoutExt}}/jnv"
- version_constraint: "true"
asset: jnv-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.xz
rosetta2: true
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-gnu
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
files:
- name: jnv
src: "{{.AssetWithoutExt}}/jnv"
40 changes: 40 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 fff99e2

Please sign in to comment.