+sshx — Fast, collaborative live terminal sharing over the web (#4186)

* +sshx — Fast, collaborative live terminal sharing over the web

* fix test
This commit is contained in:
Kevin Chen 2023-11-22 23:09:09 -05:00 committed by GitHub
parent d4f1450a0a
commit 0ea460e7fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,23 @@
distributable:
url: https://github.com/ekzhang/sshx/archive/0782485cce686c2656357957a9352c59624aaf6b.tar.gz
strip-components: 1
provides:
- bin/sshx
versions:
- 2023.11.14
dependencies:
protobuf.dev: "*"
build:
working-directory: crates/sshx
dependencies:
rust-lang.org: ">=1.65"
rust-lang.org/cargo: "*"
script: cargo install --locked --path . --root {{prefix}}
test:
script:
- test "$(sshx --version)" = "sshx 0.2.0"