12 inherit (python3Packages)
13 buildPythonApplication
28 buildPythonApplication {
33 src = fetchFromGitHub {
37 hash = "sha256-9h3hHRRL7DKeCpEXL5w72hYi1nTS+a+x5e9ArMmVgYQ=";
40 build-system = [ setuptools ];
71 installManPage svtplay-dl.1
72 makeWrapperArgs+=(--prefix PATH : "${lib.makeBinPath [ ffmpeg ]}")
76 $out/bin/svtplay-dl --help > /dev/null
80 homepage = "https://github.com/spaam/svtplay-dl";
81 description = "Command-line tool to download videos from svtplay.se and other sites";
82 license = lib.licenses.mit;
83 platforms = lib.platforms.unix;
84 mainProgram = "svtplay-dl";