1 { mkDerivation, lib, fetchFromGitLab, qtbase, libarchive, libarchive-qt, cmake, ninja, libcprime, libcsys }:
4 pname = "corearchiver";
7 src = fetchFromGitLab {
8 owner = "cubocore/coreapps";
11 hash = "sha256-TKBr/CFY4ixQnJuaN+wJB88s6g4lvQz4rwq9YsccRYk=";
28 description = "Archiver from the C Suite to create and extract archives";
29 mainProgram = "corearchiver";
30 homepage = "https://gitlab.com/cubocore/coreapps/corearchiver";
31 license = licenses.gpl3Plus;
32 maintainers = with maintainers; [ dan4ik605743 ];
33 platforms = platforms.linux;