diff mbox series

[meta-oe,2/4] ttyd: add new recipe

Message ID 20260409220610.1216303-2-peter.marko@siemens.com
State Under Review
Headers show
Series [meta-oe,1/4] crow: add new recipe | expand

Commit Message

Peter Marko April 9, 2026, 10:06 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

ttyd is a simple command-line tool for sharing terminal over the web.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta-oe/recipes-connectivity/ttyd/ttyd_1.7.7.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/ttyd/ttyd_1.7.7.bb
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/ttyd/ttyd_1.7.7.bb b/meta-oe/recipes-connectivity/ttyd/ttyd_1.7.7.bb
new file mode 100644
index 0000000000..8f4a1d3211
--- /dev/null
+++ b/meta-oe/recipes-connectivity/ttyd/ttyd_1.7.7.bb
@@ -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"