1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: cmatrix
Section: misc
Priority: optional
Maintainer: Boyuan Yang <byang@debian.org>
Standards-Version: 4.2.1
Build-Depends:
debhelper-compat (= 11),
kbd,
libncurses5-dev,
Rules-Requires-Root: no
Homepage: https://github.com/abishekvashok/cmatrix
Vcs-Git: https://salsa.debian.org/debian/cmatrix.git
Vcs-Browser: https://salsa.debian.org/debian/cmatrix
Package: cmatrix
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
kbd,
Suggests:
cmatrix-xfont,
Description: simulates the display from "The Matrix"
Screen saver for the terminal based in the movie "The Matrix". It works in
terminals of all dimensions and have the following features:
* Support terminal resize.
* Screen saver mode: any key closes it.
* Selectable color.
* Change text scroll rate.
Package: cmatrix-xfont
Section: x11
Architecture: all
Depends:
${misc:Depends},
Recommends:
cmatrix,
Description: X11 font for cmatrix
Console Matrix simulates the display from "The Matrix", this package provides
the font to run cmatrix in an xterm.
|