zoom: add meta attributes
And do some coding style / whitespace clean up.
This commit is contained in:
parent
52561fb7a8
commit
97d4dec58c
@ -14,4 +14,17 @@ stdenv.mkDerivation {
|
||||
|
||||
# Zoom doesn't add the right directory in the include path.
|
||||
CFLAGS = [ "-I" (freetype + "/include/freetype2") ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Player for Z-Code, TADS and HUGO stories or games, usually text adventures ('interactive fiction')";
|
||||
longDescription = ''
|
||||
Zoom is a player for Z-Code, TADS and HUGO stories or games. These are
|
||||
usually text adventures ('interactive fiction'), and were first created
|
||||
by Infocom with the Zork series of games. Throughout the 80's, Infocom
|
||||
released many interactive fiction stories before their ambitions to enter
|
||||
the database market finally brought them low.
|
||||
'';
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user