Skip to content

Commit

Permalink
feat: add tsl0922/ttyd
Browse files Browse the repository at this point in the history
[tsl0922/ttyd](https://github.com/tsl0922/ttyd): Share your terminal over the web

```console
$ aqua g -i tsl0922/ttyd
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
  • Loading branch information
CrystalMethod committed Feb 13, 2023
1 parent e81beb6 commit 51afa19
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tsl0922/ttyd/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: tsl0922/ttyd@1.7.3
- name: tsl0922/ttyd
version: 1.7.0
23 changes: 23 additions & 0 deletions pkgs/tsl0922/ttyd/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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:
windows: win10
22 changes: 22 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 51afa19

Please sign in to comment.