diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | pkg/netbsd-curses/gen.lua | 3 | ||||
| -rw-r--r-- | sets.lua | 2 |
3 files changed, 5 insertions, 1 deletions
@@ -149,6 +149,7 @@ tools whenever possible: - netsurf instead of chromium or firefox - samurai instead of ninja - velox instead of Xorg +- netbsd-curses instead of ncurses These packages are grouped into logical [sets], and the full list is available in the [pkg] directory. diff --git a/pkg/netbsd-curses/gen.lua b/pkg/netbsd-curses/gen.lua index 22bbd5dd..67b5e033 100644 --- a/pkg/netbsd-curses/gen.lua +++ b/pkg/netbsd-curses/gen.lua @@ -98,6 +98,7 @@ lib('libcurses.a', [[ ) libterminfo.a ]]) +file('lib/libcurses.a', '644', '$outdir/libcurses.a') lib('libterminfo.a', [[ lib/libterminfo/( @@ -109,6 +110,7 @@ lib('libterminfo.a', [[ compat/mi_vector_hash.c $outdir/hash.c ]]) +file('lib/libterminfo.a', '644', '$outdir/libterminfo.a') lib('libpanel.a', [[ lib/libpanel/( @@ -117,6 +119,7 @@ lib('libpanel.a', [[ ) libcurses.a.d ]]) +file('lib/libpanel.a', '644', '$outdir/libpanel.a') exe('infocmp', [[usr.bin/infocmp/infocmp.c libterminfo.a]]) file('bin/infocmp', '755', '$outdir/infocmp') @@ -35,7 +35,7 @@ return { 'file', 'fuse', 'less', - 'ncurses', + 'netbsd-curses', 'python', 'squashfs-tools-ng', 'the_silver_searcher', |
