13 install -Dm755 $script $out/bin/rpmextract
16 script = replaceVarsWith {
17 src = ./rpmextract.sh;
21 inherit (stdenv) shell;
26 description = "Script to extract RPM archives";
27 platforms = platforms.all;
28 license = licenses.gpl2Only;
29 maintainers = with maintainers; [ abbradar ];
30 mainProgram = "rpmextract";