app-misc/tty-share-bin - 2.4.0 (guru)

Search

Install

Install this version:

emerge -a =app-misc/tty-share-bin-2.4.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/tty-share-bin-2.4.0

Or alternatively:

emerge --autounmask-write -a =app-misc/tty-share-bin-2.4.0

Package Information

Description:
Screen sharing for terminal: ASCII in browser or terminal, without pixels moving
Homepage:
https://github.com/elisescu/tty-share
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.4.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# 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}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="strip"

QA_PREBUILT="usr/bin/${PN}"

src_install() {
	newbin "${DISTDIR}/tty-share_linux-amd64" ${PN}
}

Manifest for 2.4.0

Type File Size Source URLs
DIST tty-share_linux-amd64 7536640 bytes https://github.com/elisescu/tty-share/releases/download/v2.4.0/tty-share_linux-amd64