Files
ttyd/debian/control
Boyuan Yang b7a68d0361 Add debian/ dir for deb packaging (#48)
* debian: add debian dir for debian packaging.

These instructions can be used to build semi-official
debian packages.

* d/control: fix typo

* debian: set debhelper compat to v9; add vim-common as xxd alternative
2017-03-31 15:28:14 +08:00

34 lines
930 B
Plaintext

Source: ttyd
Section: utils
Priority: optional
Maintainer: Boyuan Yang <073plan@gmail.com>
Build-Depends:
debhelper (>= 9),
cmake,
pkg-config,
libwebsockets-dev,
libjson-c-dev,
libssl-dev,
xxd | vim-common,
Standards-Version: 3.9.8
Homepage: https://tsl0922.github.io/ttyd/
Vcs-Git: https://github.com/tsl0922/ttyd.git
Vcs-Browser: https://github.com/tsl0922/ttyd.git
Package: ttyd
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Web terminal sharing tool
Ttyd is a simple command-line tool for sharing terminal over the web, inspired
by GoTTY.
.
Features include:
* Built on top of Libwebsockets with C for speed
* Fully-featured terminal based on Xterm.js with CJK and IME support
* SSL support based on OpenSSL
* Run any custom command with options
* Basic authentication support and many other custom options
* Cross platform: macOS, Linux, FreeBSD, OpenWrt/LEDE, Windows