mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+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:
parent
d4f1450a0a
commit
0ea460e7fc
1 changed files with 23 additions and 0 deletions
23
projects/sshx.io/package.yml
Normal file
23
projects/sshx.io/package.yml
Normal 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"
|
Loading…
Reference in a new issue