Skip to content

Commit 8ac832c

Browse files
HerrMuellerluedenscheidkraj
authored andcommitted
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 <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 3c41c25 commit 8ac832c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ RDEPENDS_packagegroup-meta-oe-extended ="\
415415
snappy \
416416
tipcutils \
417417
tiptop \
418+
tmate \
418419
tmux \
419420
triggerhappy \
420421
upm \
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
SUMMARY = "Instant terminal sharing"
2+
DESCRIPTION = "Tmate is a fork of tmux. It provides an instant pairing solution."
3+
AUTHOR = "Marius Kriegerowski <[email protected]>"
4+
HOMEPAGE = "https://tmate.io/"
5+
LICENSE = "ISC"
6+
LIC_FILES_CHKSUM = "file://COPYING;md5=f7d9aab84ec6567139a4755c48d147fb"
7+
8+
DEPENDS_append = " libevent libssh msgpack-c ncurses"
9+
SRC_URI = "\
10+
git://github.com/tmate-io/tmate.git;protocol=https \
11+
"
12+
13+
SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b"
14+
15+
S = "${WORKDIR}/git"
16+
17+
inherit pkgconfig autotools

0 commit comments

Comments
 (0)