diff options
| author | Michael Forney <mforney@mforney.org> | 2021-06-05 11:42:21 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-06-05 11:44:34 -0700 |
| commit | 31b3e97804c5840f66a3e4b53b242de978dae7e1 (patch) | |
| tree | 42afa21eff04980c5965df0db14462f70dc141dd /pkg/st/gen.lua | |
| parent | a70ed6dfb1ef37557d3486b46e922a3de6363490 (diff) | |
st: Remove terminfo installation
Just use the one from netbsd-curses, which has been patched to
remove keys mapping to same sequence.
Diffstat (limited to 'pkg/st/gen.lua')
| -rw-r--r-- | pkg/st/gen.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/st/gen.lua b/pkg/st/gen.lua index 78a28b7a..21416fc7 100644 --- 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' |
