blob: 6dc5c0c7e58e9127ccf2f6cd8fd35e4c9a280914 [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."
3AUTHOR = "Marius Kriegerowski <marius.kriegerowski@gmail.com>"
4HOMEPAGE = "https://tmate.io/"
5LICENSE = "ISC"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f7d9aab84ec6567139a4755c48d147fb"
7
Patrick Williams213cb262021-08-07 19:21:33 -05008DEPENDS:append = " libevent libssh msgpack-c ncurses"
Andrew Geissler32b11992021-03-31 13:37:05 -05009SRC_URI = "\
Andrew Geissler595f6302022-01-24 19:11:47 +000010 git://github.com/tmate-io/tmate.git;protocol=https;branch=master \
Andrew Geissler32b11992021-03-31 13:37:05 -050011"
12
13SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b"
14
15S = "${WORKDIR}/git"
16
17inherit pkgconfig autotools