From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6104F158008 for ; Thu, 15 Jun 2023 19:12:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D191E094B; Thu, 15 Jun 2023 19:12:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EE9AE094B for ; Thu, 15 Jun 2023 19:12:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAE00335DBF for ; Thu, 15 Jun 2023 19:12:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0E65A8E for ; Thu, 15 Jun 2023 19:12:38 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1686849867.41abd3344ff11706ec7545193b742186f3923fb6.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/tty-share-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/tty-share-bin/Manifest app-misc/tty-share-bin/metadata.xml app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild X-VCS-Directories: app-misc/tty-share-bin/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 41abd3344ff11706ec7545193b742186f3923fb6 X-VCS-Branch: master Date: Thu, 15 Jun 2023 19:12:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e67c9d45-a1ff-4209-b18c-fe90838ce6e1 X-Archives-Hash: 4e7786e031834e905d520f41a1080712 commit: 41abd3344ff11706ec7545193b742186f3923fb6 Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Jun 15 17:24:27 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Jun 15 17:24:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41abd334 app-misc/tty-share-bin: new package, add 2.4.0 Signed-off-by: Vitaly Zdanevich ya.ru> app-misc/tty-share-bin/Manifest | 1 + app-misc/tty-share-bin/metadata.xml | 16 ++++++++++++++++ app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild | 18 ++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/app-misc/tty-share-bin/Manifest b/app-misc/tty-share-bin/Manifest new file mode 100644 index 000000000..9ddda3ea5 --- /dev/null +++ b/app-misc/tty-share-bin/Manifest @@ -0,0 +1 @@ +DIST tty-share_linux-amd64 7536640 BLAKE2B 1f4d26a124bbc0b2ad5bce80526a80a1087dad57a7cabb99198ee6d48483ef24ae3db5edbffaa327892277b8aaec62ab44218d2c014bbe9fb82f63b157144672 SHA512 29c58f40f53b6e674b0bd219af354b646615d72cb13d52db847d904e01de1b86cb8676d8be3a757a53677fe2fcfe234690993fb8fa32c06389965d5ba523a6f7 diff --git a/app-misc/tty-share-bin/metadata.xml b/app-misc/tty-share-bin/metadata.xml new file mode 100644 index 000000000..88f08992f --- /dev/null +++ b/app-misc/tty-share-bin/metadata.xml @@ -0,0 +1,16 @@ + + + + + zdanevich.vitaly@ya.ru + Vitaly Zdanevich + + + tty-share is a very simple tool used to share your Linux/OSX terminal over the Internet. It is written in GO, results in a static cross-platform binary with no dependencies, and therefore will also work on your Raspberry Pi. The remote participant needs not setup, and they can join the session from the browser or from the terminal. The session can be shared either over the Internet, or only in the local network. When sharing it over the Internet (outside your NAT), tty-share will connect to proxy server that will mediate the communication between the participants. An instance of this server runs at tty-share.com, but you can run your own. + + This is an alternative to tmate. + + + elisescu/tty-share + + diff --git a/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild new file mode 100644 index 000000000..737bd5ea5 --- /dev/null +++ b/app-misc/tty-share-bin/tty-share-bin-2.4.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Foundation +# # Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Screen sharing for terminal: ASCII in browser or terminal, without pixels moving" +HOMEPAGE="https://github.com/elisescu/tty-share" + +SRC_URI="https://github.com/elisescu/tty-share/releases/download/v${PV}/tty-share_linux-amd64" +S="${WORKDIR}" +KEYWORDS="~amd64" + +LICENSE="MIT" +SLOT="0" + +src_install() { + newbin "${DISTDIR}/tty-share_linux-amd64" tty-share-bin +}