Skip to content

Commit

Permalink
feat: add tomohiro/gyazo-cli (#15579)
Browse files Browse the repository at this point in the history
* chore: update carvel-dev/vendir v0.34.4 to v0.34.5 (#15576)

Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>

* fix(tomohiro/gyazo-cli): generate config by aqua-registry scaffold

```sh
aqua-registry scaffold --deep tomohiro/gyazo-cli
```

* fix(tomohiro/gyazo-cli): set files

* fix(tomohiro/gyazo-cli): fix the description

---------

Co-authored-by: aquaproj-aqua-registry[bot] <106294860+aquaproj-aqua-registry[bot]@users.noreply.github.com>
Co-authored-by: Shunsuke Suzuki <suzuki.shunsuke.1989@gmail.com>
  • Loading branch information
3 people committed Sep 20, 2023
1 parent 472c91f commit 18f1867
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tomohiro/gyazo-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: tomohiro/gyazo-cli@1.0.0
- name: tomohiro/gyazo-cli
version: 0.1.0
24 changes: 24 additions & 0 deletions pkgs/tomohiro/gyazo-cli/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
packages:
- type: github_release
repo_owner: tomohiro
repo_name: gyazo-cli
description: Gyazo command-line uploader
asset: gyazo-cli_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
files:
- name: gyazo-cli
src: gyazo-cli_{{.Version}}_{{.OS}}_{{.Arch}}/gyazo-cli
supported_envs:
- darwin
- amd64
rosetta2: true
checksum:
type: github_release
asset: "{{.Version}}_SHA256SUMS"
algorithm: sha256
version_constraint: semver(">= 1.0.0")
version_overrides:
- version_constraint: semver("< 1.0.0")
asset: gyazo_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
files:
- name: gyazo
23 changes: 23 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 18f1867

Please sign in to comment.