1 { lib, stdenv, fetchFromGitHub, cmake, zstd }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 hash = "sha256-hX637O/mVLTzmG0a9swJu9w+3o26VHo+K/9RhMuf1lI=";
14 nativeBuildInputs = [ cmake ];
15 buildInputs = [ zstd ];
18 description = "File archive format supporting random-access reads";
19 homepage = "https://github.com/Exzap/ZArchive";
20 license = licenses.mit0;
21 maintainers = with maintainers; [ zhaofengli ];
22 mainProgram = "zarchive";