Skip to content

Commit

Permalink
feat(rossmacarthur/sheldon): scaffold rossmacarthur/sheldon (#26249)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Aug 26, 2024
1 parent 6825ce2 commit 1bc91d4
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 23 deletions.
8 changes: 7 additions & 1 deletion pkgs/rossmacarthur/sheldon/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
packages:
- name: rossmacarthur/[email protected]
- name: rossmacarthur/[email protected]
- name: rossmacarthur/sheldon
version: 0.7.4
- name: rossmacarthur/sheldon
version: 0.5.0
- name: rossmacarthur/sheldon
version: 0.4.6
65 changes: 54 additions & 11 deletions pkgs/rossmacarthur/sheldon/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,57 @@ packages:
- type: github_release
repo_owner: rossmacarthur
repo_name: sheldon
asset: sheldon-{{.Version}}-{{.Arch}}-{{.OS}}.tar.gz
description: Fast, configurable, shell plugin manager
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
supported_envs:
- linux
- darwin
rosetta2: true
description: ":bowtie: Fast, configurable, shell plugin manager"
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.4.6")
asset: sheldon-{{.Version}}-{{.Arch}}-{{.OS}}
format: raw
rosetta2: true
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-gnu
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.5.0")
asset: sheldon-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
rosetta2: true
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("<= 0.7.4")
asset: sheldon-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
rosetta2: true
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
overrides:
- goos: linux
replacements:
arm64: aarch64
supported_envs:
- linux
- darwin
- version_constraint: "true"
asset: sheldon-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
replacements:
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
overrides:
- goos: linux
replacements:
amd64: x86_64
supported_envs:
- linux
- darwin/arm64
65 changes: 54 additions & 11 deletions registry.yaml

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

0 comments on commit 1bc91d4

Please sign in to comment.