commit 6d09607f743273c716871bdff295bf3eb5e446e9 from: shrub date: Tue Mar 31 21:56:41 2026 UTC terminfo commit - 037d532bbddcc160c30bd607ae8daf56f327604f commit + 6d09607f743273c716871bdff295bf3eb5e446e9 blob - 17afd47bbfe27d73e1c6360c0ed87469603c75e6 blob + 2ab378310231f09690140102977925b5f2cd6f7b --- wl/hst/ndmake.sh +++ wl/hst/ndmake.sh @@ -6,12 +6,9 @@ SOURCE="https://git.sr.ht/~dlm/hst" BUILD_OPT='CC=cc' postbuild() { - msg "compiling terminfo..." - tic -sx st-wl.info || die "tic failed" - msg "installing terminfo..." mkdir -p "$PKG/$PREFIX/share/terminfo" - cp st-wl.info.cdb "$PKG/$PREFIX/share/terminfo/" || die "failed to install terminfo" + cp st-wl.info "$PKG/$PREFIX/share/terminfo/st-wl-256color.info" || die "failed to install terminfo" } . ${0%/*}/../../libsh/libdmake.sh