10 # extractors which are added to unp’s PATH
25 nativeBuildInputs = [ makeWrapper ];
26 buildInputs = [ perl ];
29 url = "mirror://debian/pool/main/u/unp/unp_2.0~pre9.tar.xz";
30 sha256 = "1lp5vi9x1qi3b21nzv0yqqacj6p74qkl5zryzwq30rjkyvahjya1";
31 name = "unp_2.0_pre9.tar.xz";
38 mkdir -p $out/share/man/man1
39 install ./unp $out/bin/unp
40 install ./ucat $out/bin/ucat
41 cp debian/unp.1 $out/share/man/man1
43 wrapProgram $out/bin/unp \
44 --prefix PATH : ${lib.makeBinPath runtime_bins}
45 wrapProgram $out/bin/ucat \
46 --prefix PATH : ${lib.makeBinPath runtime_bins}
50 description = "Command line tool for unpacking archives easily";
51 homepage = "https://packages.qa.debian.org/u/unp.html";
52 license = with licenses; [ gpl2Only ];
53 maintainers = [ maintainers.timor ];
54 platforms = platforms.all;