summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 13:17:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 13:17:49 +0000
commit68549d248a37ba1749ca4765640b589635c7053f (patch)
treed4cf9cff61c78c4fa9c014cb6b303989038c31e0 /debian/control
parentAdding upstream version 1.6.3. (diff)
downloadttyd-68549d248a37ba1749ca4765640b589635c7053f.tar.xz
ttyd-68549d248a37ba1749ca4765640b589635c7053f.zip
Adding debian version 1.6.3-1.debian/1.6.3-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..221ecaf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+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.5.1
+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: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ apache2 | httpd,
+Description: Share your terminal over the web
+ ttyd is a command-line tool for sharing a terminal over the web.