robotfindskitten: init at 2.7182818.701
This commit is contained in:
parent
daa65527c6
commit
0808896e73
24
pkgs/games/robotfindskitten/default.nix
Normal file
24
pkgs/games/robotfindskitten/default.nix
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{ stdenv, fetchurl, pkgconfig, ncurses }:
|
||||||
|
|
||||||
|
with stdenv.lib;
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
|
name = "robotfindskitten-${version}";
|
||||||
|
version = "2.7182818.701";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://sourceforge/project/rfk/robotfindskitten-POSIX/mayan_apocalypse_edition/${name}.tar.gz";
|
||||||
|
sha256 = "06fp6b4li50mzw83j3pkzqspm6dpgxgxw03b60xkxlkgg5qa6jbp";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs =
|
||||||
|
[ pkgconfig ncurses ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Yet another zen simulation; A simple find-the-kitten game";
|
||||||
|
homepage = http://robotfindskitten.org/;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
|
platforms = platforms.unix;
|
||||||
|
};
|
||||||
|
}
|
@ -17116,6 +17116,8 @@ with pkgs;
|
|||||||
|
|
||||||
rogue = callPackage ../games/rogue { };
|
rogue = callPackage ../games/rogue { };
|
||||||
|
|
||||||
|
robotfindskitten = callPackage ../games/robotfindskitten { };
|
||||||
|
|
||||||
saga = callPackage ../applications/gis/saga { };
|
saga = callPackage ../applications/gis/saga { };
|
||||||
|
|
||||||
samplv1 = callPackage ../applications/audio/samplv1 { };
|
samplv1 = callPackage ../applications/audio/samplv1 { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user