forked from mirrors/nixpkgs
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 ];
|
||||
|
||||
configureFlags = "--datadir=\${out}/share/";
|
||||
|
||||
meta = {
|
||||
description = "A curses based typing game.";
|
||||
homepage = http://typespeed.sourceforge.net/;
|
||||
license = "GLPv2";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue