10 stdenv.mkDerivation rec {
15 url = "https://www.einval.com/~steve/software/jigdo/download/jigdo-${version}.tar.xz";
16 hash = "sha256-NvKG2T+mtr94hfSJnJl4lNIdo6YhdlkqwWLZxqhkT54=";
19 # unable to parse jigdo-file.sgml
22 -e "s@.*cd doc.*@@g" \
23 -e "s@.*/man1.*@\t\t:@g" \
40 description = "Download utility that can fetch files from several sources simultaneously";
41 homepage = "https://www.einval.com/~steve/software/jigdo/";
42 changelog = "https://git.einval.com/cgi-bin/gitweb.cgi?p=jigdo.git;a=blob;f=changelog;hb=refs/tags/${version}";
43 license = licenses.gpl2Only;
44 maintainers = with maintainers; [ wegank ];
45 platforms = platforms.unix;