blob: 7ae8c515085306ce782c45488aec31573bfba4ad [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 = "\
10 git://github.com/tmate-io/tmate.git;protocol=https \
11"
12
13SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b"
14
15S = "${WORKDIR}/git"
16
17inherit pkgconfig autotools