mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
ttyd: add new recipe
ttyd is a simple command-line tool for sharing terminal over the web. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
SUMMARY = "ttyd is a simple command-line tool for sharing terminal over the web."
|
||||||
|
SECTION = "console/network"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=4fe5f001c65f923d49dc96cce96ce935"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/tsl0922/ttyd.git;protocol=https;branch=main;tag=${PV}"
|
||||||
|
SRCREV = "40e79c706be14029b391f369bee6613c31667abb"
|
||||||
|
|
||||||
|
inherit cmake
|
||||||
|
|
||||||
|
DEPENDS = "libuv json-c zlib libwebsockets"
|
||||||
Reference in New Issue
Block a user