mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
0ea460e7fc
* +sshx — Fast, collaborative live terminal sharing over the web * fix test
24 lines
454 B
YAML
24 lines
454 B
YAML
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"
|