Skip to content

Commit

Permalink
feat(github/git-sizer): scaffold github/git-sizer
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o committed Dec 29, 2024
1 parent 47a5926 commit dd5a8cd
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/github/git-sizer/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: github/[email protected]
- name: github/git-sizer
version: v1.3.0
25 changes: 25 additions & 0 deletions pkgs/github/git-sizer/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: github
repo_name: git-sizer
description: Compute various size metrics for a Git repository, flagging those that might cause problems
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.3.0")
asset: git-sizer-{{trimV .Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
rosetta2: true
windows_arm_emulation: true
supported_envs:
- darwin
- windows
- amd64
- version_constraint: "true"
asset: git-sizer-{{trimV .Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
windows_arm_emulation: true
supported_envs:
- darwin
- windows
- amd64
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 dd5a8cd

Please sign in to comment.