# Note: depends on cmake
# Note: depends on extra-cmake-modules
# Note: depends on qtbase
wget -c https://download.kde.org/stable/frameworks/5.38/karchive-5.38.0.tar.xz
tar -xJf karchive-5.38.0.tar.xz
cd karchive-5.38.0
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
make # Doesn't mind -j#
make install