diff --git a/pkgs/Piturnah/gex/pkg.yaml b/pkgs/Piturnah/gex/pkg.yaml new file mode 100644 index 00000000000..e904a3d8b0c --- /dev/null +++ b/pkgs/Piturnah/gex/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: Piturnah/gex@v0.6.3 diff --git a/pkgs/Piturnah/gex/registry.yaml b/pkgs/Piturnah/gex/registry.yaml new file mode 100644 index 00000000000..397c9d5df63 --- /dev/null +++ b/pkgs/Piturnah/gex/registry.yaml @@ -0,0 +1,19 @@ +packages: + - type: github_release + repo_owner: Piturnah + repo_name: gex + description: "Git Explorer: cross-platform git workflow improvement tool inspired by Magit" + asset: gex-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + overrides: + - goos: windows + format: zip + replacements: + amd64: x86_64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + supported_envs: + - darwin + - amd64 + rosetta2: true diff --git a/registry.yaml b/registry.yaml index 408ebf2e7fe..af02c0a42a8 100644 --- a/registry.yaml +++ b/registry.yaml @@ -1708,6 +1708,24 @@ packages: type: github_release asset: checksums.txt algorithm: sha256 + - type: github_release + repo_owner: Piturnah + repo_name: gex + description: "Git Explorer: cross-platform git workflow improvement tool inspired by Magit" + asset: gex-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + overrides: + - goos: windows + format: zip + replacements: + amd64: x86_64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + supported_envs: + - darwin + - amd64 + rosetta2: true - type: github_release repo_owner: Pluralith repo_name: pluralith-cli