1 { lib, mkDerivation, fetchurl, qmake, qtscript, qtwebkit }:
8 url = "mirror://sourceforge/smtube/SMTube/${version}/${pname}-${version}.tar.bz2";
9 sha256 = "sha256-ZQIUAi/YC+zsYHVhlprZ5K6NGvT6LojmdQ1Z+WCg1lU=";
16 dontUseQmakeConfigure = true;
18 nativeBuildInputs = [ qmake ];
19 buildInputs = [ qtscript qtwebkit ];
22 description = "Play and download Youtube videos";
23 homepage = "http://smplayer.sourceforge.net/smtube.php";
24 license = licenses.gpl2Plus;
25 maintainers = with maintainers; [ vbgl ];
26 platforms = platforms.linux;