1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/dumptorrent/dumptorrent-${version}.tar.gz";
9 sha256 = "073h03bmpfdy15qh37lvppayld2747i4acpyk0pm5nf2raiak0zm";
13 substituteInPlace Makefile \
19 cp ./dumptorrent $out/bin
23 description = "Dump .torrent file information";
24 homepage = "https://sourceforge.net/projects/dumptorrent/";
25 license = licenses.gpl2;
26 maintainers = [ maintainers.zohl ];
27 platforms = platforms.all;