libmkv: add description & longDescription
This commit is contained in:
parent
b86a583592
commit
9ea4552bab
@ -15,6 +15,11 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = "sh bootstrap.sh";
|
preConfigure = "sh bootstrap.sh";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
description = "Abandoned library. Alternative lightweight Matroska muxer written for HandBrake";
|
||||||
|
longDescription = ''
|
||||||
|
Library was meant to be an alternative to the official libmatroska library.
|
||||||
|
It is written in plain C, and intended to be very portable.
|
||||||
|
'';
|
||||||
homepage = https://github.com/saintdev/libmkv;
|
homepage = https://github.com/saintdev/libmkv;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.wmertens ];
|
maintainers = [ stdenv.lib.maintainers.wmertens ];
|
||||||
|
Loading…
Reference in New Issue
Block a user