From aa4f66e052f319729ea1897025709e18a700a62b Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Wed, 17 May 2023 19:09:08 +0900 Subject: [PATCH] feat: add k1LoW/gh-setup (#12210) * feat: add k1LoW/gh-setup [k1LoW/gh-setup](https://github.com/k1LoW/gh-setup): :octocat: Setup asset of Github releases * fix(k1LoW/gh-setup): remove an emoji from the description --- pkgs/k1LoW/gh-setup/pkg.yaml | 2 ++ pkgs/k1LoW/gh-setup/registry.yaml | 17 +++++++++++++++++ registry.yaml | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 pkgs/k1LoW/gh-setup/pkg.yaml create mode 100644 pkgs/k1LoW/gh-setup/registry.yaml diff --git a/pkgs/k1LoW/gh-setup/pkg.yaml b/pkgs/k1LoW/gh-setup/pkg.yaml new file mode 100644 index 0000000000..dd17868c5e --- /dev/null +++ b/pkgs/k1LoW/gh-setup/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: k1LoW/gh-setup@v1.6.0 diff --git a/pkgs/k1LoW/gh-setup/registry.yaml b/pkgs/k1LoW/gh-setup/registry.yaml new file mode 100644 index 0000000000..a951cbeffc --- /dev/null +++ b/pkgs/k1LoW/gh-setup/registry.yaml @@ -0,0 +1,17 @@ +packages: + - type: github_release + repo_owner: k1LoW + repo_name: gh-setup + description: Setup asset of Github releases + asset: gh-setup_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + overrides: + - goos: darwin + format: zip + supported_envs: + - darwin + - amd64 + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 diff --git a/registry.yaml b/registry.yaml index d9bcc17492..148b17a154 100644 --- a/registry.yaml +++ b/registry.yaml @@ -12988,6 +12988,22 @@ packages: type: github_release asset: checksums.txt algorithm: sha256 + - type: github_release + repo_owner: k1LoW + repo_name: gh-setup + description: Setup asset of Github releases + asset: gh-setup_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + overrides: + - goos: darwin + format: zip + supported_envs: + - darwin + - amd64 + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 - type: github_release repo_owner: k1LoW repo_name: ndiag