Source: stterm
Section: x11
Priority: optional
Maintainer: Paride Legovini <paride@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libx11-dev,
 libxft-dev,
 pkg-config,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/st
Vcs-Git: https://salsa.debian.org/debian/st.git
Homepage: https://st.suckless.org
Rules-Requires-Root: no

Package: stterm
Architecture: any
Depends:
 ncurses-term (>= 6.1+20180714-1),
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 x-terminal-emulator,
Multi-Arch: foreign
X-Comment:
 The versioned dependency for ncurses-term is on the first update after the
 terminfo entry for st has been last updated in the terminfo database. This
 can be checked in <https://invisible-island.net/ncurses/NEWS.html>.
Description: simple terminal emulator for X
 st is a terminal emulator from the suckless project with a focus on
 simplicity, clarity and frugality. The project's philosophy is about
 keeping things simple, minimal and usable.
 .
 st supports most VT10X escape sequences, serial lines, XIM, utmp via
 utmp(1), clipboard handling, mouse and keyboard shortcuts, UTF-8, wide
 characters, resize, 256 colors, true colors, antialiased fonts (using
 fontconfig), fallback fonts, and line drawing. It does *not* provide
 a scrollback buffer: users are encouraged to use a terminal multiplexter.
 .
 This Debian package is called 'stterm' for historical reasons.