7 stdenv.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
12 owner = "emmanuel-marty";
14 rev = finalAttrs.version;
15 hash = "sha256-XaPtMW9INv/wzMXvlyXgE3VfFJCY/5R/HFGhV3ZKvGs=";
19 "CC=${stdenv.cc.targetPrefix}cc"
24 install -Dm755 lzsa -t $out/bin/
29 homepage = "https://github.com/emmanuel-marty/lzsa";
30 description = "Byte-aligned, efficient lossless packer that is optimized for fast decompression on 8-bit micros";
32 license = with lib.licenses; [ cc0 ];
33 maintainers = with lib.maintainers; [ AndersonTorres ];
34 platforms = lib.platforms.unix;