mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
luminous-ttv: init at 0.5.7 (#335481)
This commit is contained in:
commit
e3976fce2f
@ -978,6 +978,12 @@
|
||||
githubId = 173595;
|
||||
name = "Caleb Maclennan";
|
||||
};
|
||||
alex = {
|
||||
email = "alexander.cinnamon927@passmail.net";
|
||||
github = "alexanderjkslfj";
|
||||
githubId = 117545308;
|
||||
name = "Alex";
|
||||
};
|
||||
ALEX11BR = {
|
||||
email = "alexioanpopa11@gmail.com";
|
||||
github = "ALEX11BR";
|
||||
|
32
pkgs/by-name/lu/luminous-ttv/package.nix
Normal file
32
pkgs/by-name/lu/luminous-ttv/package.nix
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "luminous-ttv";
|
||||
version = "0.5.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AlyoshaVasilieva";
|
||||
repo = "luminous-ttv";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-uaq5uiSp4lci27BxtqjdtUeiJvXhWo25lfFE+dQys6Y=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-jbtHxarRQ8gpCBc/HZWSnkzMrlMMltpknUBV1SGVq/I=";
|
||||
|
||||
meta = {
|
||||
description = "Rust server to retrieve and relay a playlist for Twitch livestreams/VODs";
|
||||
homepage = "https://github.com/AlyoshaVasilieva/luminous-ttv";
|
||||
downloadPage = "https://github.com/AlyoshaVasilieva/luminous-ttv/releases/latest";
|
||||
changelog = "https://github.com/AlyoshaVasilieva/luminous-ttv/releases/tag/v${version}";
|
||||
license = with lib.licenses; [
|
||||
gpl3Only
|
||||
mit
|
||||
];
|
||||
mainProgram = "luminous-ttv";
|
||||
maintainers = with lib.maintainers; [ alex ];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user