subdl: init at 4cf5789

This commit is contained in:
exfalso 2017-12-26 18:39:45 +00:00
parent 4271a210b0
commit 9cfe7e74e0
3 changed files with 29 additions and 0 deletions

@ -218,6 +218,7 @@
ertes = "Ertugrul Söylemez <esz@posteo.de>";
ethercrow = "Dmitry Ivanov <ethercrow@gmail.com>";
etu = "Elis Hirwing <elis@hirwing.se>";
exfalso = "Andras Slemmer <0slemi0@gmail.com>";
exi = "Reno Reckling <nixos@reckling.org>";
exlevan = "Alexey Levan <exlevan@gmail.com>";
expipiplus1 = "Joe Hermaszewski <nix@monoid.al>";

@ -0,0 +1,26 @@
{ stdenv, fetchFromGitHub, python3 }:
stdenv.mkDerivation rec {
name = "subdl";
src = fetchFromGitHub {
owner = "alexanderwink";
repo = "subdl";
rev = "4cf5789b11f0ff3f863b704b336190bf968cd471";
sha256 = "0kmk5ck1j49q4ww0lvas2767kwnzhkq0vdwkmjypdx5zkxz73fn8";
};
meta = {
homepage = https://github.com/alexanderwink/subdl;
description = "A command-line tool to download subtitles from opensubtitles.org";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.exfalso ];
};
buildInputs = [ python3 ];
installPhase = ''
install -vD subdl $out/bin/subdl
'';
}

@ -10944,6 +10944,8 @@ with pkgs;
strigi = callPackage ../development/libraries/strigi { clucene_core = clucene_core_2; };
subdl = callPackage ../applications/video/subdl { };
subtitleeditor = callPackage ../applications/video/subtitleeditor { };
suil-qt4 = callPackage ../development/libraries/audio/suil {