Skip to content

Commit

Permalink
Add meta for lcrq
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodoom committed Aug 5, 2023
1 parent 125c39d commit 115ee23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/lcrq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ src = fetchFromGitea {

installFlags = [ "PREFIX=$(out)"];

meta = with lib; {
homepage = "https://librecast.net/lcrq.html";
changelog = "https://codeberg.org/librecast/lcrq/src/branch/main/CHANGELOG.md";
description = "Librecast RaptorQ library.";
license = [licenses.gpl2 licenses.gpl3];
};

}

0 comments on commit 115ee23

Please sign in to comment.