Merge pull request #127562 from wakira/livedl
livedl: init at unstable-2021-05-16
This commit is contained in:
commit
faeac20fdf
@ -11024,6 +11024,16 @@
|
||||
githubId = 3889405;
|
||||
name = "vyp";
|
||||
};
|
||||
wakira = {
|
||||
name = "Sheng Wang";
|
||||
email = "sheng@a64.work";
|
||||
github = "wakira";
|
||||
githubId = 2338339;
|
||||
keys = [{
|
||||
longkeyid = "rsa4096/0x8C9B0A8FC0C0D862";
|
||||
fingerprint = "47F7 009E 3AE3 1DA7 988E 12E1 8C9B 0A8F C0C0 D862";
|
||||
}];
|
||||
};
|
||||
wamserma = {
|
||||
name = "Markus S. Wamser";
|
||||
email = "github-dev@mail2013.wamser.eu";
|
||||
|
25
pkgs/tools/misc/livedl/default.nix
Normal file
25
pkgs/tools/misc/livedl/default.nix
Normal file
@ -0,0 +1,25 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "livedl";
|
||||
version = "unstable-2021-05-16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "himananiito";
|
||||
repo = pname;
|
||||
rev = "a8720f1e358e5b0ade6fdeb8aacc00781e6cc504";
|
||||
sha256 = "1zax215jp6sl47m8ahssyyrbzn96dh74srq9g61jc76sq10xg329";
|
||||
};
|
||||
|
||||
sourceRoot = "source/src";
|
||||
|
||||
vendorSha256 = sha256:g5Y1IH1U1zOOHygTzAJuBnUj+MyPe64KHTYikipt3TY=;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command-line tool to download nicovideo.jp livestreams";
|
||||
homepage = "https://github.com/himananiito/livedl";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ wakira ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
@ -28176,6 +28176,8 @@ in
|
||||
};
|
||||
litecoind = litecoin.override { withGui = false; };
|
||||
|
||||
livedl = callPackage ../tools/misc/livedl { };
|
||||
|
||||
lnd = callPackage ../applications/blockchains/lnd.nix { };
|
||||
|
||||
lndconnect = callPackage ../applications/blockchains/lndconnect { };
|
||||
|
Loading…
Reference in New Issue
Block a user