1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/tanidvr/TaniDVR/${pname}-${version}/${pname}-${version}.tar.bz2";
9 sha256 = "0irwwf6mb72n3y4xcrl3s081nbnldvdlc6ypjqxa4p32c1d0g6ql";
13 description = "CLI tool for managing and capturing video from DVRs which use the DVR-IP protocol";
14 homepage = "https://tanidvr.sourceforge.net/";
15 license = lib.licenses.gpl3Only;
16 maintainers = with lib.maintainers; [ pho ];
17 platforms = lib.platforms.linux;