Skip to content

Commit

Permalink
feat(goark/depm): scaffold goark/depm
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 25, 2024
1 parent c9726f6 commit e1ec8ad
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 68 deletions.
8 changes: 4 additions & 4 deletions pkgs/goark/depm/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
packages:
- name: goark/[email protected].5
- name: goark/[email protected].6
- name: goark/depm
version: v0.4.5
version: v0.6.5
- name: goark/depm
version: v0.3.2
version: v0.4.4
- name: goark/depm
version: v0.1.0
version: v0.3.1
91 changes: 59 additions & 32 deletions pkgs/goark/depm/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,74 @@ packages:
repo_owner: goark
repo_name: depm
description: Visualize depndency packages and modules
asset: depm_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: 64bit
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
checksum:
type: github_release
asset: depm_{{trimV .Version}}_checksums.txt
algorithm: sha256
version_constraint: semver(">= 0.4.5")
version_constraint: "false"
version_overrides:
- version_constraint: semver(">= 0.3.2")
overrides:
- goos: windows
format: zip
replacements:
arm64: arm64
supported_envs:
- darwin
- linux
- amd64
- version_constraint: semver("< 0.3.2")
- version_constraint: semver("<= 0.3.1")
asset: depm_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
replacements:
amd64: 64bit
darwin: macOS
linux: Linux
windows: Windows
checksum:
type: github_release
asset: depm_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: linux
replacements:
arm64: ARM64
- goos: windows
format: zip
- version_constraint: semver("<= 0.4.4")
asset: depm_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: 64bit
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
supported_envs:
- darwin
- linux
- amd64
rosetta2: true
checksum:
type: github_release
asset: depm_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
- version_constraint: semver("<= 0.6.5")
asset: depm_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: 64bit
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
checksum:
type: github_release
asset: depm_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
- version_constraint: "true"
asset: depm_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: 64bit
arm64: ARM64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: depm_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
91 changes: 59 additions & 32 deletions registry.yaml

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

0 comments on commit e1ec8ad

Please sign in to comment.