1SUMMARY = "Instant terminal sharing" 2DESCRIPTION = "Tmate is a fork of tmux. It provides an instant pairing solution." 3HOMEPAGE = "https://tmate.io/" 4LICENSE = "ISC" 5LIC_FILES_CHKSUM = "file://COPYING;md5=f7d9aab84ec6567139a4755c48d147fb" 6 7DEPENDS:append = " libevent libssh msgpack-c ncurses" 8SRC_URI = "\ 9 git://github.com/tmate-io/tmate.git;protocol=https;branch=master \ 10 file://0001-fix-finding-msgpack.patch \ 11" 12 13SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b" 14 15S = "${WORKDIR}/git" 16 17inherit pkgconfig autotools 18