Added metadata for typespeed.
This commit is contained in:
parent
9d04c9021b
commit
0806afad5a
@ -11,4 +11,10 @@ stdenv.mkDerivation {
|
|||||||
patches = [ ./typespeed-config-in-home.patch ];
|
patches = [ ./typespeed-config-in-home.patch ];
|
||||||
|
|
||||||
configureFlags = "--datadir=\${out}/share/";
|
configureFlags = "--datadir=\${out}/share/";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A curses based typing game.";
|
||||||
|
homepage = http://typespeed.sourceforge.net/;
|
||||||
|
license = "GLPv2";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user