Skip to content

Commit

Permalink
feat: add sorenisanerd/gotty (#15995)
Browse files Browse the repository at this point in the history
[sorenisanerd/gotty](https://github.com/sorenisanerd/gotty): Share your terminal as a web application
  • Loading branch information
suzuki-shunsuke committed Oct 5, 2023
1 parent 5569335 commit ca62cc5
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/sorenisanerd/gotty/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
packages:
- name: sorenisanerd/gotty@v1.5.0
- name: sorenisanerd/gotty
version: v1.3.0
- name: sorenisanerd/gotty
version: v1.2.0
- name: sorenisanerd/gotty
version: v1.1.0
27 changes: 27 additions & 0 deletions pkgs/sorenisanerd/gotty/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
packages:
- type: github_release
repo_owner: sorenisanerd
repo_name: gotty
description: Share your terminal as a web application
asset: gotty_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
supported_envs:
- linux
- darwin
checksum:
type: github_release
asset: SHA256SUMS
algorithm: sha256
version_constraint: semver(">= 1.3.0")
version_overrides:
- version_constraint: Version == "v1.2.0"
supported_envs:
- linux/amd64
- darwin
rosetta2: true
- version_constraint: semver("< 1.2.0")
asset: gotty_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
supported_envs:
- linux/amd64
- darwin
rosetta2: true
26 changes: 26 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 ca62cc5

Please sign in to comment.