Skip to content

Commit

Permalink
feat: add michidk/vscli (#16499)
Browse files Browse the repository at this point in the history
* feat: add michidk/vscli

[michidk/vscli](https://github.com/michidk/vscli): A CLI tool to launch vscode projects, which supports devcontainers

* fix(michidk/vscli): disable checksum on windows
  • Loading branch information
suzuki-shunsuke committed Oct 19, 2023
1 parent bb20122 commit ff7fac3
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 0 deletions.
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.

0 comments on commit ff7fac3

Please sign in to comment.