Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add michidk/vscli #16499

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions pkgs/michidk/vscli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
packages:
- name: michidk/vscli@v0.1.10
- name: michidk/vscli
version: v0.1.7
- name: michidk/vscli
version: v0.1.6
- name: michidk/vscli
version: v0.1.5
- name: michidk/vscli
version: v0.1.2
82 changes: 82 additions & 0 deletions pkgs/michidk/vscli/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
packages:
- type: github_release
repo_owner: michidk
repo_name: vscli
description: A CLI tool to launch vscode projects, which supports devcontainers
asset: vscli-{{.Arch}}-{{.OS}}.{{.Format}}
files:
- name: vscli
src: vscli-{{.Arch}}-{{.OS}}/vscli
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
supported_envs:
- darwin
- amd64
rosetta2: true
version_constraint: semver(">= 0.1.7")
version_overrides:
- version_constraint: Version == "v0.1.6"
format: zip
overrides:
- goos: linux
format: tar.gz
- goos: windows
checksum:
enabled: false
replacements:
amd64: x86_64
linux: unknown-linux-musl
windows: pc-windows-msvc
supported_envs:
- linux/amd64
- windows/amd64
rosetta2: false
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
- version_constraint: Version == "v0.1.5"
replacements:
amd64: x86_64
linux: unknown-linux-musl
windows: pc-windows-msvc
supported_envs:
- linux/amd64
- windows/amd64
rosetta2: false
overrides:
- goos: windows
format: zip
checksum:
enabled: false
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
- version_constraint: semver("< 0.1.5")
format: zip
overrides:
- goos: linux
format: tar.gz
- goos: windows
checksum:
enabled: false
replacements:
amd64: x86_64
linux: unknown-linux-musl
windows: pc-windows-msvc
supported_envs:
- linux/amd64
- windows/amd64
rosetta2: false
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
81 changes: 81 additions & 0 deletions registry.yaml

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