1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-12 19:16:38 +00:00
termux-packages/packages/ncurses/ncurses-utils.subpackage.sh
Leonid Pliushch 11b87c4834 ncurses: enable termcap support + more compatibility symlinks
libtinfo can be actually a symlink to libncursesw.so
2019-07-25 02:06:06 +03:00

18 lines
347 B
Bash

TERMUX_SUBPKG_INCLUDE="
bin/captoinfo
bin/infotocap
bin/toe
bin/tput
bin/tabs
bin/infocmp
bin/tic
share/man/man1/captoinfo.1.gz
share/man/man1/infotocap.1.gz
share/man/man1/toe.1.gz
share/man/man1/tput.1.gz
share/man/man1/tabs.1.gz
share/man/man1/infocmp.1.gz
share/man/man1/tic.1.gz
"
TERMUX_SUBPKG_DESCRIPTION="Tools for working with terminals"