mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-06-26 05:44:38 +08:00
22 lines
594 B
Text
22 lines
594 B
Text
Source: tnt-chat
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: M1ng <REPLACE_WITH_EMAIL>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
libssh-dev,
|
|
make,
|
|
gcc
|
|
Standards-Version: 4.7.0
|
|
Homepage: https://github.com/m1ngsama/TNT
|
|
Rules-Requires-Root: no
|
|
|
|
Package: tnt-chat
|
|
Architecture: any
|
|
Depends:
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: SSH-native terminal chat server
|
|
TNT is a minimalist terminal chat server accessed over SSH. It provides a
|
|
Vim-style terminal interface, anonymous access by default, persistent message
|
|
history, and a small non-interactive SSH exec surface for scripts.
|