mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
tmate: add recipe version 2.4.0
Add a recipe for tmate, a fork of tmux that provides remote terminal sharing. Signed-off-by: Marius Kriegerowski <marius.kriegerowski@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
3c41c25774
commit
8ac832ceb9
@@ -415,6 +415,7 @@ RDEPENDS_packagegroup-meta-oe-extended ="\
|
||||
snappy \
|
||||
tipcutils \
|
||||
tiptop \
|
||||
tmate \
|
||||
tmux \
|
||||
triggerhappy \
|
||||
upm \
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Instant terminal sharing"
|
||||
DESCRIPTION = "Tmate is a fork of tmux. It provides an instant pairing solution."
|
||||
AUTHOR = "Marius Kriegerowski <marius.kriegerowski@gmail.com>"
|
||||
HOMEPAGE = "https://tmate.io/"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f7d9aab84ec6567139a4755c48d147fb"
|
||||
|
||||
DEPENDS_append = " libevent libssh msgpack-c ncurses"
|
||||
SRC_URI = "\
|
||||
git://github.com/tmate-io/tmate.git;protocol=https \
|
||||
"
|
||||
|
||||
SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig autotools
|
||||
Reference in New Issue
Block a user