From 0ea460e7fc02d112baf57f68233de407cc879144 Mon Sep 17 00:00:00 2001 From: Kevin Chen Date: Wed, 22 Nov 2023 23:09:09 -0500 Subject: [PATCH] =?UTF-8?q?+sshx=20=E2=80=94=20Fast,=20collaborative=20liv?= =?UTF-8?q?e=20terminal=20sharing=20over=20the=20web=20(#4186)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * +sshx — Fast, collaborative live terminal sharing over the web * fix test --- projects/sshx.io/package.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 projects/sshx.io/package.yml diff --git a/projects/sshx.io/package.yml b/projects/sshx.io/package.yml new file mode 100644 index 00000000..b49812d5 --- /dev/null +++ b/projects/sshx.io/package.yml @@ -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"