Skip to content

Commit

Permalink
feat(int128/ghcp): scaffold int128/ghcp (#30298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyontan authored Dec 25, 2024
1 parent c0d062f commit d321861
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 10 deletions.
4 changes: 4 additions & 0 deletions pkgs/int128/ghcp/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
packages:
- name: int128/[email protected]
- name: int128/ghcp
version: v1.13.0
- name: int128/ghcp
version: v1.5.0
37 changes: 32 additions & 5 deletions pkgs/int128/ghcp/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,36 @@ packages:
- type: github_release
repo_owner: int128
repo_name: ghcp
asset: ghcp_{{.OS}}_amd64.zip
description: Tool to fork a repository, commit files, create a pull request and upload assets using GitHub API
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.5.0")
asset: ghcp_{{.OS}}_{{.Arch}}
format: raw
rosetta2: true
windows_arm_emulation: true
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 1.13.0")
asset: ghcp_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
rosetta2: true
windows_arm_emulation: true
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
supported_envs:
- darwin
- windows
- amd64
- version_constraint: "true"
asset: ghcp_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
windows_arm_emulation: true
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
37 changes: 32 additions & 5 deletions registry.yaml

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

0 comments on commit d321861

Please sign in to comment.