The following packages will be installed: btop Fetching README... 0%100%100%100%100%100%Done Fetching btop.SlackBuild... 0%100%100%100%100%100%Done Fetching btop.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done btop-1.2.3/ btop-1.2.3/.editorconfig btop-1.2.3/.github/ btop-1.2.3/.github/FUNDING.yml btop-1.2.3/.github/ISSUE_TEMPLATE/ btop-1.2.3/.github/ISSUE_TEMPLATE/bug_report.md btop-1.2.3/.github/ISSUE_TEMPLATE/feature_request.md btop-1.2.3/.github/workflows/ btop-1.2.3/.github/workflows/continuous-build-linux.yml btop-1.2.3/.github/workflows/continuous-build-macos.yml btop-1.2.3/.gitignore btop-1.2.3/CHANGELOG.md btop-1.2.3/CODE_OF_CONDUCT.md btop-1.2.3/CONTRIBUTING.md btop-1.2.3/Img/ btop-1.2.3/Img/alt.png btop-1.2.3/Img/help-menu.png btop-1.2.3/Img/logo.png btop-1.2.3/Img/logo.svg btop-1.2.3/Img/main-menu.png btop-1.2.3/Img/normal.png btop-1.2.3/Img/options-menu.png btop-1.2.3/Img/tty.png btop-1.2.3/LICENSE btop-1.2.3/Makefile btop-1.2.3/README.md btop-1.2.3/include/ btop-1.2.3/include/robin_hood.h btop-1.2.3/include/widechar_width.hpp btop-1.2.3/snap/ btop-1.2.3/snap/snapcraft.yaml btop-1.2.3/src/ btop-1.2.3/src/btop.cpp btop-1.2.3/src/btop_config.cpp btop-1.2.3/src/btop_config.hpp btop-1.2.3/src/btop_draw.cpp btop-1.2.3/src/btop_draw.hpp btop-1.2.3/src/btop_input.cpp btop-1.2.3/src/btop_input.hpp btop-1.2.3/src/btop_menu.cpp btop-1.2.3/src/btop_menu.hpp btop-1.2.3/src/btop_shared.hpp btop-1.2.3/src/btop_theme.cpp btop-1.2.3/src/btop_theme.hpp btop-1.2.3/src/btop_tools.cpp btop-1.2.3/src/btop_tools.hpp btop-1.2.3/src/freebsd/ btop-1.2.3/src/freebsd/btop_collect.cpp btop-1.2.3/src/linux/ btop-1.2.3/src/linux/btop_collect.cpp btop-1.2.3/src/osx/ btop-1.2.3/src/osx/btop_collect.cpp btop-1.2.3/src/osx/sensors.cpp btop-1.2.3/src/osx/sensors.hpp btop-1.2.3/src/osx/smc.cpp btop-1.2.3/src/osx/smc.hpp btop-1.2.3/themes/ btop-1.2.3/themes/adapta.theme btop-1.2.3/themes/ayu.theme btop-1.2.3/themes/dracula.theme btop-1.2.3/themes/dusklight.theme btop-1.2.3/themes/flat-remix-light.theme btop-1.2.3/themes/flat-remix.theme btop-1.2.3/themes/greyscale.theme btop-1.2.3/themes/gruvbox_dark.theme btop-1.2.3/themes/gruvbox_dark_v2.theme btop-1.2.3/themes/gruvbox_material_dark.theme btop-1.2.3/themes/kyli0x.theme btop-1.2.3/themes/matcha-dark-sea.theme btop-1.2.3/themes/monokai.theme btop-1.2.3/themes/night-owl.theme btop-1.2.3/themes/nord.theme btop-1.2.3/themes/onedark.theme btop-1.2.3/themes/solarized_dark.theme btop-1.2.3/themes/whiteout.theme ██████╗ ████████╗ ██████╗ ██████╗ ██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗ ██╗ ██╗ ██████╔╝ ██║ ██║ ██║██████╔╝ ██████╗██████╗ ██╔══██╗ ██║ ██║ ██║██╔═══╝ ╚═██╔═╝╚═██╔═╝ ██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ Makefile v1.5 PLATFORM ?| Linux ARCH ?| i586 CXX ?| g++ (11.2.0) THREADS :| 8 REQFLAGS !| -std=c++20 WARNFLAGS :| -Wall -Wextra -pedantic OPTFLAGS :| -O2 -march=i586 -mtune=i686 -ftree-loop-vectorize -flto=8 LDCXXFLAGS :| -pthread -D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS -fexceptions -fstack-clash-protection -fstack-protector CXXFLAGS +| $(REQFLAGS) $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS) LDFLAGS +| $(LDCXXFLAGS) $(OPTFLAGS) $(WARNFLAGS) Building btop++ (v1.2.3) Linux i586 Compiling src/btop_draw.cpp Compiling src/btop.cpp Compiling src/btop_config.cpp Compiling src/btop_input.cpp Compiling src/btop_theme.cpp Compiling src/btop_menu.cpp Compiling src/btop_tools.cpp Compiling src/linux/btop_collect.cpp 11%-> obj/btop_config.o (1.4MiB) (05s) 22%-> obj/btop_tools.o (1.4MiB) (05s) 33%-> obj/btop_theme.o (1.4MiB) (05s) 45%-> obj/btop_input.o (1.4MiB) (05s) 67%-> obj/btop.o (1.8MiB) (05s) 67%-> obj/btop_menu.o (2.0MiB) (05s) 78%-> obj/btop_draw.o (2.2MiB) (06s) 90%-> obj/linux/btop_collect.o (3.0MiB) (07s) Linking and optimizing binary... 100% -> bin/btop (1.4MiB) (06s) Build complete in (14s) Installing binary to: /usr/src/slapt-src-i486/system/btop/package-btop/usr/bin/btop Installing doc to: /usr/src/slapt-src-i486/system/btop/package-btop/usr/share/btop Installing themes to: /usr/src/slapt-src-i486/system/btop/package-btop/usr/share/btop/themes Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/btop/btop-1.2.3-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/btop usr/doc/ usr/doc/btop-1.2.3/ usr/doc/btop-1.2.3/CHANGELOG.md usr/doc/btop-1.2.3/LICENSE usr/doc/btop-1.2.3/README.md usr/doc/btop-1.2.3/btop.SlackBuild usr/share/ usr/share/btop/ usr/share/btop/README.md usr/share/btop/themes/ usr/share/btop/themes/adapta.theme usr/share/btop/themes/ayu.theme usr/share/btop/themes/dracula.theme usr/share/btop/themes/dusklight.theme usr/share/btop/themes/flat-remix-light.theme usr/share/btop/themes/flat-remix.theme usr/share/btop/themes/greyscale.theme usr/share/btop/themes/gruvbox_dark.theme usr/share/btop/themes/gruvbox_dark_v2.theme usr/share/btop/themes/gruvbox_material_dark.theme usr/share/btop/themes/kyli0x.theme usr/share/btop/themes/matcha-dark-sea.theme usr/share/btop/themes/monokai.theme usr/share/btop/themes/night-owl.theme usr/share/btop/themes/nord.theme usr/share/btop/themes/onedark.theme usr/share/btop/themes/solarized_dark.theme usr/share/btop/themes/whiteout.theme Slackware package /usr/src/slapt-src-i486/system/btop/btop-1.2.3-i586-1salix15.0.txz created. Installing package btop-1.2.3-i586-1salix15.0... | btop (system resources monitor) | | Resource monitor that shows usage and stats for processor, memory, | disks, network and processes. | C++ version and continuation of bashtop and bpytop. | | homepage: https://github.com/aristocratos/btop/ | | | | | |