blob: 4e66d8d05af1624c6f427e36a35b67eb3e9d3ed2 [file] [log] [blame]
Andrew Geissler32b11992021-03-31 13:37:05 -05001SUMMARY = "Instant terminal sharing"
2DESCRIPTION = "Tmate is a fork of tmux. It provides an instant pairing solution."
Andrew Geissler32b11992021-03-31 13:37:05 -05003HOMEPAGE = "https://tmate.io/"
4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f7d9aab84ec6567139a4755c48d147fb"
6
Patrick Williams213cb262021-08-07 19:21:33 -05007DEPENDS:append = " libevent libssh msgpack-c ncurses"
Andrew Geissler32b11992021-03-31 13:37:05 -05008SRC_URI = "\
Andrew Geissler595f6302022-01-24 19:11:47 +00009 git://github.com/tmate-io/tmate.git;protocol=https;branch=master \
Patrick Williamsda295312023-12-05 16:48:56 -060010 file://0001-fix-finding-msgpack.patch \
Andrew Geissler32b11992021-03-31 13:37:05 -050011"
12
13SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b"
14
15S = "${WORKDIR}/git"
16
17inherit pkgconfig autotools