commit: 31b3e97804c5840f66a3e4b53b242de978dae7e1
parent a70ed6dfb1ef37557d3486b46e922a3de6363490
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 5 Jun 2021 11:42:21 -0700
st: Remove terminfo installation
Just use the one from netbsd-curses, which has been patched to
remove keys mapping to same sequence.
Diffstat:
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/pkg/st/gen.lua b/pkg/st/gen.lua
@@ -30,12 +30,4 @@ exe('st', [[st.c $builddir/pkg/(
file('bin/st', '755', '$outdir/st')
man{'st.1'}
-local terminfo = {'s/st', 's/st-256color'}
-build('tic', expand{'$outdir/', terminfo}, '$srcdir/st.info', {
- ticflags='-x -o $outdir',
-})
-for _, t in ipairs(terminfo) do
- file('share/terminfo/'..t, '644', '$outdir/'..t)
-end
-
fetch 'git'