this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Install captoinfo, infotocap and reset symlinks (ncurses)

+4
+4
src/ncurses/CMakeLists.txt
··· 51 51 add_darling_executable(tset progs/tset.c) 52 52 target_link_libraries(tset ncurses) 53 53 54 + InstallSymlink(tset ${CMAKE_INSTALL_PREFIX}/libexec/darling/usr/bin/reset) 55 + InstallSymlink(captoinfo ${CMAKE_INSTALL_PREFIX}/libexec/darling/usr/bin/tic) 56 + InstallSymlink(infotocap ${CMAKE_INSTALL_PREFIX}/libexec/darling/usr/bin/tic) 57 + 54 58 install(TARGETS clear infocmp tic toe tput tset DESTINATION libexec/darling/usr/bin) 55 59 56 60 install(DIRECTORY terminfo DESTINATION libexec/darling/usr/share)