Skip to content

Commit

Permalink
Merge pull request #9865 from CrystalMethod/feat/tsl0922/ttyd
Browse files Browse the repository at this point in the history
feat: add tsl0922/ttyd
  • Loading branch information
suzuki-shunsuke committed Feb 14, 2023
2 parents caa3eb2 + 955b3c3 commit 098ac31
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/tsl0922/ttyd/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: tsl0922/ttyd@1.7.3
- name: tsl0922/ttyd
version: 1.7.0
- name: tsl0922/ttyd
version: 1.6.3
33 changes: 33 additions & 0 deletions pkgs/tsl0922/ttyd/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
packages:
- type: github_release
repo_owner: tsl0922
repo_name: ttyd
description: Share your terminal over the web
asset: ttyd.{{.Arch}}
format: raw
replacements:
amd64: x86_64
arm64: aarch64
windows: win32
overrides:
- goos: windows
goarch: amd64
asset: ttyd.{{.OS}}.exe
supported_envs:
- linux
- windows/amd64
version_constraint: semver(">= 1.7.3")
version_overrides:
- version_constraint: semver(">= 1.7.0")
replacements:
amd64: x86_64
arm64: aarch64
windows: win10
overrides:
- goos: windows
goarch: amd64
asset: ttyd.{{.OS}}.exe
- version_constraint: semver("< 1.7.0")
supported_envs:
- linux
- version_constraint: "true"
32 changes: 32 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 098ac31

Please sign in to comment.