Skip to content

Commit

Permalink
feat(focal): add slice definitions file for ncurses-base (canonical#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus authored Aug 25, 2023
1 parent f965c62 commit d3b5f7b
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions slices/ncurses-base.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
package: ncurses-base

slices:
# the "data" slice contains all the /lib/terminfo files
data:
essential:
- ncurses-base_ansi
- ncurses-base_cons25
- ncurses-base_cygwin
- ncurses-base_dumb
- ncurses-base_eterm
- ncurses-base_hurd
- ncurses-base_linux
- ncurses-base_mach
- ncurses-base_pcansi
- ncurses-base_rxvt
- ncurses-base_screen
- ncurses-base_sun
- ncurses-base_tmux
- ncurses-base_vts
- ncurses-base_wsvt25
- ncurses-base_xterm

ansi:
contents:
/lib/terminfo/a/ansi:

cons25:
contents:
/lib/terminfo/c/cons25*:

cygwin:
contents:
/lib/terminfo/c/cygwin:

dumb:
contents:
/lib/terminfo/d/dumb:

eterm:
contents:
/lib/terminfo/E/Eterm*:

hurd:
contents:
/lib/terminfo/h/hurd:

linux:
contents:
/lib/terminfo/l/linux:

mach:
contents:
/lib/terminfo/m/mach*:

pcansi:
contents:
/lib/terminfo/p/pcansi:

rxvt:
contents:
/lib/terminfo/r/rxvt*:

screen:
contents:
/lib/terminfo/s/screen*:

sun:
contents:
/lib/terminfo/s/sun:

tmux:
contents:
/lib/terminfo/t/tmux*:

# "vt"s - collection of vt*
# (slice names have to be at least 3 letters)
vts:
contents:
/lib/terminfo/v/vt*:

wsvt25:
contents:
/lib/terminfo/w/wsvt25*:

xterm:
contents:
/lib/terminfo/x/xterm*:

0 comments on commit d3b5f7b

Please sign in to comment.