12 stdenv.mkDerivation (finalAttrs: {
17 url = "http://www.catb.org/~esr/vms-empire/vms-empire-${finalAttrs.version}.tar.gz";
18 hash = "sha256-JWCmrGS4jClSi6MCcGNiq8zUH+92fiqMtk58B+wMKQk=";
41 xmlto man vms-empire.xml
42 xmlto html-nochunks vms-empire.xml
47 install -D vms-empire -t ${placeholder "out"}/bin/
48 install -D vms-empire.html -t ${placeholder "doc"}/share/doc/vms-empire/
49 install -D vms-empire.desktop -t ${placeholder "out"}/share/applications/
50 install -D vms-empire.png -t ${placeholder "out"}/share/icons/hicolor/48x48/apps/
51 install -D vms-empire.xml -t ${placeholder "out"}/share/appdata/
52 installManPage empire.6
57 homepage = "http://catb.org/~esr/vms-empire/";
58 description = "Ancestor of all expand/explore/exploit/exterminate games";
60 Empire is a simulation of a full-scale war between two emperors, the
61 computer and you. Naturally, there is only room for one, so the object of
62 the game is to destroy the other. The computer plays by the same rules
63 that you do. This game was ancestral to all later
64 expand/explore/exploit/exterminate games, including Civilization and
67 license = lib.licenses.gpl2Only;
68 mainProgram = "vms-empire";
69 maintainers = with lib.maintainers; [ AndersonTorres ];
70 platforms = lib.platforms.unix;