xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "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
8DEPENDS:append = " libevent libssh msgpack-c ncurses"
9SRC_URI = "\
10    git://github.com/tmate-io/tmate.git;protocol=https;branch=master \
11"
12
13SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b"
14
15S = "${WORKDIR}/git"
16
17inherit pkgconfig autotools
18