summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:54:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:54:31 +0000
commitdb1cb443e03f2b1e5176fa07b28b7f2cb547c0e5 (patch)
tree3ba77a067ab4f86e889cd259b8a7338910cbb782 /debian/control
parentAdding upstream version 1.7.4. (diff)
downloadttyd-db1cb443e03f2b1e5176fa07b28b7f2cb547c0e5.tar.xz
ttyd-db1cb443e03f2b1e5176fa07b28b7f2cb547c0e5.zip
Adding debian version 1.7.4-1.debian/1.7.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..387a60d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: ttyd
+Section: web
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ cmake,
+ debhelper-compat (= 13),
+ libjson-c-dev,
+ libwebsockets-dev,
+ zlib1g-dev,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://tsl0922.github.io/ttyd
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ttyd
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ttyd
+
+Package: ttyd
+Section: web
+Architecture: linux-any
+Depends:
+ libwebsockets-evlib-uv,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ apache2,
+Description: Share your terminal over the web
+ ttyd is a command-line tool for sharing a terminal over the web.