libmkv: add description & longDescription

This commit is contained in:
Anton-Latukha 2018-12-28 16:11:52 +02:00
parent b86a583592
commit 9ea4552bab

View File

@ -15,6 +15,11 @@ stdenv.mkDerivation rec {
preConfigure = "sh bootstrap.sh";
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;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.wmertens ];